Html Css Color HEX #DAEE7C Mindaro

📋 copy color: '#DAEE7C'

red 218 ◦ green 238 ◦ blue 124

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

Shades of Mindaro #DAEE7C

Tints of Mindaro #DAEE7C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.03%

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

R = 37.59%
G = 41.03%
B = 21.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#DAEE7C (or 0xDAEE7C) is known color: Mindaro. HEX triplet: DA, EE and 7C. RGB value is (218,238,124). Sum of RGB (Red+Green+Blue) = 218+238+124=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEE7C is #251183. Grayscale: #DBDBDB. Windows color (decimal): -2429316 or 8187610. OLE color: 8187610.

HSL color Cylindrical-coordinate representation of color #DAEE7C: hue angle of 70.53º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAEE7C is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 124 -
CMYK 0.08 0 0.48 0.07
HSL 70.53º 0.77% 0.71% -
HSV(B) 70.53º 0.48% 0.93% -
XYZ 63.13 77.51 30.7 -
YUV 219.02 74.37 127.27 -
System Red Green Blue C M Y K H S L
Decimal 218 238 124 0.08 0 0.48 0.07 70.53 0.77 0.71
Hex DA EE 7C 8 0 30 7 47 4D 47
Octal 332 356 174 10 0 60 7 107 115 107
Binary 11011010 11101110 1111100 1000 0 110000 111 1000111 1001101 1000111

Color Harmonies of #DAEE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEE7C

Black with #DAEE7C

Text Example


Text Example

White with #DAEE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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