Html Css Color HEX #D9EC7A Mindaro

📋 copy color: '#D9EC7A'

red 217 ◦ green 236 ◦ blue 122

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

Shades of Mindaro #D9EC7A

Tints of Mindaro #D9EC7A

RGB

 RED value IS 217 (85.16% from 255) = 37.74%

 GREEN value IS 236 (92.58% from 255) = 41.04%

 BLUE value IS 122 (48.05% from 255) = 21.22%

R = 37.74%
G = 41.04%
B = 21.22%

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

#D9EC7A (or 0xD9EC7A) is known color: Mindaro. HEX triplet: D9, EC and 7A. RGB value is (217,236,122). Sum of RGB (Red+Green+Blue) = 217+236+122=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EC7A is #261385. Grayscale: #D9D9D9. Windows color (decimal): -2495366 or 8056025. OLE color: 8056025.

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

Color convert

RGB 217 236 122 -
CMYK 0.08 0 0.48 0.07
HSL 70º 0.75% 0.7% -
HSV(B) 70º 0.48% 0.93% -
XYZ 62.12 76.15 29.84 -
YUV 217.32 74.21 127.77 -
System Red Green Blue C M Y K H S L
Decimal 217 236 122 0.08 0 0.48 0.07 70 0.75 0.7
Hex D9 EC 7A 8 0 30 7 46 4B 46
Octal 331 354 172 10 0 60 7 106 113 106
Binary 11011001 11101100 1111010 1000 0 110000 111 1000110 1001011 1000110

Color Harmonies of #D9EC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EC7A

Black with #D9EC7A

Text Example


Text Example

White with #D9EC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EC7A; }

 p { color: rgb(217,236,122); }

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

background-color css

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

 a { background-color: rgb(217,236,122); }

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

border-color css

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

 span { border-color: rgb(217,236,122); }

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