Html Css Color HEX #DAEA7E Mindaro

📋 copy color: '#DAEA7E'

red 218 ◦ green 234 ◦ blue 126

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

Shades of Mindaro #DAEA7E

Tints of Mindaro #DAEA7E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.48%

 BLUE value IS 126 (49.61% from 255) = 21.8%

R = 37.72%
G = 40.48%
B = 21.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#DAEA7E (or 0xDAEA7E) is known color: Mindaro. HEX triplet: DA, EA and 7E. RGB value is (218,234,126). Sum of RGB (Red+Green+Blue) = 218+234+126=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA7E is #251581. Grayscale: #D9D9D9. Windows color (decimal): -2430338 or 8317658. OLE color: 8317658.

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

Color convert

RGB 218 234 126 -
CMYK 0.07 0 0.46 0.08
HSL 68.89º 0.72% 0.71% -
HSV(B) 68.89º 0.46% 0.92% -
XYZ 62.1 75.26 30.99 -
YUV 216.9 76.7 128.78 -
System Red Green Blue C M Y K H S L
Decimal 218 234 126 0.07 0 0.46 0.08 68.89 0.72 0.71
Hex DA EA 7E 7 0 2E 8 45 48 47
Octal 332 352 176 7 0 56 10 105 110 107
Binary 11011010 11101010 1111110 111 0 101110 1000 1000101 1001000 1000111

Color Harmonies of #DAEA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA7E

Black with #DAEA7E

Text Example


Text Example

White with #DAEA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA7E; }

 p { color: rgb(218,234,126); }

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

background-color css

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

 a { background-color: rgb(218,234,126); }

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

border-color css

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

 span { border-color: rgb(218,234,126); }

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