Html Css Color HEX #D9E973 Mindaro

📋 copy color: '#D9E973'

red 217 ◦ green 233 ◦ blue 115

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

Shades of Mindaro #D9E973

Tints of Mindaro #D9E973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.35%

R = 38.41%
G = 41.24%
B = 20.35%

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

#D9E973 (or 0xD9E973) is known color: Mindaro. HEX triplet: D9, E9 and 73. RGB value is (217,233,115). Sum of RGB (Red+Green+Blue) = 217+233+115=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E973 is #26168C. Grayscale: #D7D7D7. Windows color (decimal): -2496141 or 7596505. OLE color: 7596505.

HSL color Cylindrical-coordinate representation of color #D9E973: hue angle of 68.14º 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 #D9E973 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 233 115 -
CMYK 0.07 0 0.51 0.09
HSL 68.14º 0.73% 0.68% -
HSV(B) 68.14º 0.51% 0.91% -
XYZ 60.85 74.27 27.35 -
YUV 214.76 71.7 129.59 -
System Red Green Blue C M Y K H S L
Decimal 217 233 115 0.07 0 0.51 0.09 68.14 0.73 0.68
Hex D9 E9 73 7 0 33 9 44 49 44
Octal 331 351 163 7 0 63 11 104 111 104
Binary 11011001 11101001 1110011 111 0 110011 1001 1000100 1001001 1000100

Color Harmonies of #D9E973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E973

Black with #D9E973

Text Example


Text Example

White with #D9E973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E973; }

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

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

background-color css

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

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

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

border-color css

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

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

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