#D8FB5F

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

Shades of Mindaro #D8FB5F

Tints of Mindaro #D8FB5F

Color information

#D8FB5F (or 0xD8FB5F) is unknown color: approx Mindaro. HEX triplet: D8, FB and 5F. RGB value is (216,251,95). Sum of RGB (Red+Green+Blue) = 216+251+95=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 95 (37.5% from 255 or 16.90% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FB5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FB5F is #2704A0. Grayscale: #DFDFDF. Windows color (decimal): -2557089 or 6290392. OLE color: 6290392.

HSL color Cylindrical-coordinate representation of color #D8FB5F: hue angle of 73.46º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8FB5F is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB21625195-
CMYK0.1400.620.02
HSL73.46º95.12%67.84%-
HSV(B)73.46º62.15%98.43%-
XYZ64.8884.4223.7-
YUV222.7555.9123.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 251 (98.44% from 255) = 44.66%
BLUE value IS 95 (37.5% from 255) = 16.90%
R=38.43%
G=44.66%
B=16.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal216251950.1400.620.0273.4695.1267.84
HexD8FB5FE03E2495f44
Octal330373137160762111137104
Binary110110001111101110111111110011111010100100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FB5F; }

 p { color: rgb(216,251,95); }

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

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

 a { background-color: rgb(216,251,95); }

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

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

 span { border-color: rgb(216,251,95); }

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