Html Css Color HEX #D9E972 Mindaro

📋 copy color: '#D9E972'

red 217 ◦ green 233 ◦ blue 114

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

Shades of Mindaro #D9E972

Tints of Mindaro #D9E972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.31%

 BLUE value IS 114 (44.92% from 255) = 20.21%

R = 38.48%
G = 41.31%
B = 20.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#D9E972 (or 0xD9E972) is known color: Mindaro. HEX triplet: D9, E9 and 72. RGB value is (217,233,114). Sum of RGB (Red+Green+Blue) = 217+233+114=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E972 is #26168D. Grayscale: #D7D7D7. Windows color (decimal): -2496142 or 7530969. OLE color: 7530969.

HSL color Cylindrical-coordinate representation of color #D9E972: hue angle of 68.07º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9E972 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 233 114 -
CMYK 0.07 0 0.51 0.09
HSL 68.07º 0.73% 0.68% -
HSV(B) 68.07º 0.51% 0.91% -
XYZ 60.79 74.24 27.05 -
YUV 214.65 71.2 129.68 -
System Red Green Blue C M Y K H S L
Decimal 217 233 114 0.07 0 0.51 0.09 68.07 0.73 0.68
Hex D9 E9 72 7 0 33 9 44 49 44
Octal 331 351 162 7 0 63 11 104 111 104
Binary 11011001 11101001 1110010 111 0 110011 1001 1000100 1001001 1000100

Color Harmonies of #D9E972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E972

Black with #D9E972

Text Example


Text Example

White with #D9E972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E972; }

 p { color: rgb(217,233,114); }

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

background-color css

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

 a { background-color: rgb(217,233,114); }

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

border-color css

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

 span { border-color: rgb(217,233,114); }

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