Html Css Color HEX #DAEF7C Mindaro

📋 copy color: '#DAEF7C'

red 218 ◦ green 239 ◦ blue 124

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

Shades of Mindaro #DAEF7C

Tints of Mindaro #DAEF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.34%

R = 37.52%
G = 41.14%
B = 21.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#DAEF7C (or 0xDAEF7C) is known color: Mindaro. HEX triplet: DA, EF and 7C. RGB value is (218,239,124). Sum of RGB (Red+Green+Blue) = 218+239+124=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEF7C is #251083. Grayscale: #DCDCDC. Windows color (decimal): -2429060 or 8187866. OLE color: 8187866.

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

Color convert

RGB 218 239 124 -
CMYK 0.09 0 0.48 0.06
HSL 70.96º 0.78% 0.71% -
HSV(B) 70.96º 0.48% 0.94% -
XYZ 63.42 78.09 30.8 -
YUV 219.61 74.04 126.85 -
System Red Green Blue C M Y K H S L
Decimal 218 239 124 0.09 0 0.48 0.06 70.96 0.78 0.71
Hex DA EF 7C 9 0 30 6 47 4E 47
Octal 332 357 174 11 0 60 6 107 116 107
Binary 11011010 11101111 1111100 1001 0 110000 110 1000111 1001110 1000111

Color Harmonies of #DAEF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEF7C

Black with #DAEF7C

Text Example


Text Example

White with #DAEF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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