Shades of Mindaro #D8FB5C
Tints of Mindaro #D8FB5C
RGB
CMYK
RGB Variations
Color information
#D8FB5C (or 0xD8FB5C) is known color: Mindaro. HEX triplet: D8, FB and 5C. RGB value is (216,251,92). Sum of RGB (Red+Green+Blue) = 216+251+92=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 92 (36.33% from 255 or 16.46% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FB5C is #2704A3. Grayscale: #DFDFDF. Windows color (decimal): -2557092 or 6093784. OLE color: 6093784.
HSL color Cylindrical-coordinate representation of color #D8FB5C: hue angle of 73.21º 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 #D8FB5C is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 251 | 92 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.02 |
| HSL | 73.21º | 0.95% | 0.67% | - |
| HSV(B) | 73.21º | 0.63% | 0.98% | - |
| XYZ | 64.75 | 84.37 | 23 | - |
| YUV | 222.41 | 54.4 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 251 | 92 | 0.14 | 0 | 0.63 | 0.02 | 73.21 | 0.95 | 0.67 |
| Hex | D8 | FB | 5C | E | 0 | 3F | 2 | 49 | 5F | 43 |
| Octal | 330 | 373 | 134 | 16 | 0 | 77 | 2 | 111 | 137 | 103 |
| Binary | 11011000 | 11111011 | 1011100 | 1110 | 0 | 111111 | 10 | 1001001 | 1011111 | 1000011 |
Color Harmonies of #D8FB5C
Complementary color
Monochromatic Colors of #D8FB5C
Black with #D8FB5C
Text Example
Text Example
White with #D8FB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FB5C; }
p { color: rgb(216,251,92); }
H1.HeaderClassName
{
color: #D8FB5C;
}
.AnyTagClassName
{
color: #D8FB5C;
}
</style>
background-color css
<style>
a { background-color: #D8FB5C; }
a { background-color: rgb(216,251,92); }
div.DivClassName
{
background-color: #D8FB5C;
}
.BgClassName
{
background-color: #D8FB5C;
}
</style>
border-color css
<style>
span { border-color: #D8FB5C; }
span { border-color: rgb(216,251,92); }
td.TdClassName
{
border-color: #D8FB5C;
}
.TagClassName
{
border-color: #D8FB5C;
}
</style>