#D8FB5D

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

Shades of Mindaro #D8FB5D

Tints of Mindaro #D8FB5D

Color information

#D8FB5D (or 0xD8FB5D) is unknown color: approx Mindaro. HEX triplet: D8, FB and 5D. RGB value is (216,251,93). Sum of RGB (Red+Green+Blue) = 216+251+93=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FB5D is #2704A2. Grayscale: #DFDFDF. Windows color (decimal): -2557091 or 6159320. OLE color: 6159320.

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

Color convert

RGB21625193-
CMYK0.1400.630.02
HSL73.29º95.18%67.45%-
HSV(B)73.29º62.95%98.43%-
XYZ64.7984.3823.23-
YUV222.5254.9123.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 251 (98.44% from 255) = 44.82%
BLUE value IS 93 (36.72% from 255) = 16.61%
R=38.57%
G=44.82%
B=16.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal216251930.1400.630.0273.2995.1867.45
HexD8FB5DE03F2495f43
Octal330373135160772111137103
Binary110110001111101110111011110011111110100100110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FB5D; }

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

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

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

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

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

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

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

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