#D9F55F

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

Shades of Mindaro #D9F55F

Tints of Mindaro #D9F55F

Color information

#D9F55F (or 0xD9F55F) is unknown color: approx Mindaro. HEX triplet: D9, F5 and 5F. RGB value is (217,245,95). Sum of RGB (Red+Green+Blue) = 217+245+95=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #D9F55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F55F is #260AA0. Grayscale: #DCDCDC. Windows color (decimal): -2493089 or 6288857. OLE color: 6288857.

HSL color Cylindrical-coordinate representation of color #D9F55F: hue angle of 71.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9F55F is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB21724595-
CMYK0.1100.610.04
HSL71.2º88.24%66.67%-
HSV(B)71.2º61.22%96.08%-
XYZ63.3380.8823.1-
YUV219.5357.72126.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 245 (96.09% from 255) = 43.99%
BLUE value IS 95 (37.5% from 255) = 17.06%
R=38.96%
G=43.99%
B=17.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal217245950.1100.610.0471.288.2466.67
HexD9F55FB03D4475843
Octal331365137130754107130103
Binary1101100111110101101111110110111101100100011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F55F; }

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

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

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

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

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

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

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

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