#D9F15F

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

Shades of Mindaro #D9F15F

Tints of Mindaro #D9F15F

Color information

#D9F15F (or 0xD9F15F) is unknown color: approx Mindaro. HEX triplet: D9, F1 and 5F. RGB value is (217,241,95). Sum of RGB (Red+Green+Blue) = 217+241+95=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 95 (37.5% from 255 or 17.18% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F15F is #260EA0. Grayscale: #D9D9D9. Windows color (decimal): -2494113 or 6287833. OLE color: 6287833.

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

Color convert

RGB21724195-
CMYK0.1000.610.05
HSL69.86º83.91%65.88%-
HSV(B)69.86º60.58%94.51%-
XYZ62.1478.4922.7-
YUV217.1859.05127.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 95 (37.5% from 255) = 17.18%
R=39.24%
G=43.58%
B=17.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal217241950.1000.610.0569.8683.9165.88
HexD9F15FA03D5465442
Octal331361137120755106124102
Binary1101100111110001101111110100111101101100011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F15F; }

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

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

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

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

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

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

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

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