Html Css Color HEX #DAEF77 Mindaro

📋 copy color: '#DAEF77'

red 218 ◦ green 239 ◦ blue 119

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

Shades of Mindaro #DAEF77

Tints of Mindaro #DAEF77

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.49%

 BLUE value IS 119 (46.88% from 255) = 20.66%

R = 37.85%
G = 41.49%
B = 20.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#DAEF77 (or 0xDAEF77) is known color: Mindaro. HEX triplet: DA, EF and 77. RGB value is (218,239,119). Sum of RGB (Red+Green+Blue) = 218+239+119=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEF77 is #251088. Grayscale: #DBDBDB. Windows color (decimal): -2429065 or 7860186. OLE color: 7860186.

HSL color Cylindrical-coordinate representation of color #DAEF77: hue angle of 70.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAEF77 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 119 -
CMYK 0.09 0 0.50 0.06
HSL 70.5º 0.79% 0.7% -
HSV(B) 70.5º 0.5% 0.94% -
XYZ 63.11 77.97 29.18 -
YUV 219.04 71.54 127.26 -
System Red Green Blue C M Y K H S L
Decimal 218 239 119 0.09 0 0.50 0.06 70.5 0.79 0.7
Hex DA EF 77 9 0 32 6 46 4F 46
Octal 332 357 167 11 0 62 6 106 117 106
Binary 11011010 11101111 1110111 1001 0 110010 110 1000110 1001111 1000110

Color Harmonies of #DAEF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEF77

Black with #DAEF77

Text Example


Text Example

White with #DAEF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEF77; }

 p { color: rgb(218,239,119); }

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

background-color css

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

 a { background-color: rgb(218,239,119); }

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

border-color css

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

 span { border-color: rgb(218,239,119); }

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