Html Css Color HEX #D9E975 Mindaro

📋 copy color: '#D9E975'

red 217 ◦ green 233 ◦ blue 117

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

Shades of Mindaro #D9E975

Tints of Mindaro #D9E975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.63%

R = 38.27%
G = 41.09%
B = 20.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#D9E975 (or 0xD9E975) is known color: Mindaro. HEX triplet: D9, E9 and 75. RGB value is (217,233,117). Sum of RGB (Red+Green+Blue) = 217+233+117=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E975 is #26168A. Grayscale: #D7D7D7. Windows color (decimal): -2496139 or 7727577. OLE color: 7727577.

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

Color convert

RGB 217 233 117 -
CMYK 0.07 0 0.50 0.09
HSL 68.28º 0.73% 0.69% -
HSV(B) 68.28º 0.5% 0.91% -
XYZ 60.97 74.31 27.96 -
YUV 214.99 72.7 129.43 -
System Red Green Blue C M Y K H S L
Decimal 217 233 117 0.07 0 0.50 0.09 68.28 0.73 0.69
Hex D9 E9 75 7 0 32 9 44 48 45
Octal 331 351 165 7 0 62 11 104 110 105
Binary 11011001 11101001 1110101 111 0 110010 1001 1000100 1001000 1000101

Color Harmonies of #D9E975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E975

Black with #D9E975

Text Example


Text Example

White with #D9E975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E975; }

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

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

background-color css

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

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

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

border-color css

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

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

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