#D9F160

Color #D9F160 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D9F160

Tints of Mindaro #D9F160

Color information

#D9F160 (or 0xD9F160) is unknown color: approx Mindaro. HEX triplet: D9, F1 and 60. RGB value is (217,241,96). Sum of RGB (Red+Green+Blue) = 217+241+96=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F160 is #260E9F. Grayscale: #D9D9D9. Windows color (decimal): -2494112 or 6353369. OLE color: 6353369.

HSL color Cylindrical-coordinate representation of color #D9F160: hue angle of 69.93º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9F160 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB21724196-
CMYK0.1000.600.05
HSL69.93º83.82%66.08%-
HSV(B)69.93º60.17%94.51%-
XYZ62.1878.5122.94-
YUV217.2959.55127.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 96 (37.89% from 255) = 17.33%
R=39.17%
G=43.50%
B=17.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal217241960.1000.600.0569.9383.8266.08
HexD9F160A03C5465442
Octal331361140120745106124102
Binary1101100111110001110000010100111100101100011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F160; }

 p { color: rgb(217,241,96); }

 H1.HeaderClassName
 {
   color: #D9F160;
 }
 .AnyTagClassName
 {
   color: #D9F160;
 }
</style>
background-color css

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

 a { background-color: rgb(217,241,96); }

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

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

 span { border-color: rgb(217,241,96); }

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