Html Css Color HEX #DAE778 Mindaro

📋 copy color: '#DAE778'

red 218 ◦ green 231 ◦ blue 120

#DAE778
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DAE778

Tints of Mindaro #DAE778

RGB

 RED value IS 218 (85.55% from 255) = 38.31%

 GREEN value IS 231 (90.63% from 255) = 40.6%

 BLUE value IS 120 (47.27% from 255) = 21.09%

R = 38.31%
G = 40.6%
B = 21.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DAE778 (or 0xDAE778) is known color: Mindaro. HEX triplet: DA, E7 and 78. RGB value is (218,231,120). Sum of RGB (Red+Green+Blue) = 218+231+120=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE778 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE778 is #251887. Grayscale: #D6D6D6. Windows color (decimal): -2431112 or 7923674. OLE color: 7923674.

HSL color Cylindrical-coordinate representation of color #DAE778: hue angle of 67.03º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAE778 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 120 -
CMYK 0.06 0 0.48 0.09
HSL 67.03º 0.7% 0.69% -
HSV(B) 67.03º 0.48% 0.91% -
XYZ 60.88 73.41 28.73 -
YUV 214.46 74.69 130.53 -
System Red Green Blue C M Y K H S L
Decimal 218 231 120 0.06 0 0.48 0.09 67.03 0.7 0.69
Hex DA E7 78 6 0 30 9 43 46 45
Octal 332 347 170 6 0 60 11 103 106 105
Binary 11011010 11100111 1111000 110 0 110000 1001 1000011 1000110 1000101

Color Harmonies of #DAE778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE778

Black with #DAE778

Text Example


Text Example

White with #DAE778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE778; }

 p { color: rgb(218,231,120); }

 H1.HeaderClassName
 {
   color: #DAE778;
 }
 .AnyTagClassName
 {
   color: #DAE778;
 }
</style>

background-color css

<style>
 a { background-color: #DAE778; }

 a { background-color: rgb(218,231,120); }

 div.DivClassName
 {
   background-color: #DAE778;
 }
 .BgClassName
 {
   background-color: #DAE778;
 }
</style>

border-color css

<style>
 span { border-color: #DAE778; }

 span { border-color: rgb(218,231,120); }

 td.TdClassName
 {
   border-color: #DAE778;
 }
 .TagClassName
 {
   border-color: #DAE778;
 }
</style>