Shades of Mindaro #D8FB6A
Tints of Mindaro #D8FB6A
RGB
CMYK
RGB Variations
Color information
#D8FB6A (or 0xD8FB6A) is known color: Mindaro. HEX triplet: D8, FB and 6A. RGB value is (216,251,106). Sum of RGB (Red+Green+Blue) = 216+251+106=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 106 (41.80% from 255 or 18.50% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FB6A is #270495. Grayscale: #E0E0E0. Windows color (decimal): -2557078 or 7011288. OLE color: 7011288.
HSL color Cylindrical-coordinate representation of color #D8FB6A: hue angle of 74.48º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8FB6A is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 251 | 106 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.02 |
| HSL | 74.48º | 0.95% | 0.7% | - |
| HSV(B) | 74.48º | 0.58% | 0.98% | - |
| XYZ | 65.42 | 84.63 | 26.52 | - |
| YUV | 224.01 | 61.4 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 251 | 106 | 0.14 | 0 | 0.58 | 0.02 | 74.48 | 0.95 | 0.7 |
| Hex | D8 | FB | 6A | E | 0 | 3A | 2 | 4A | 5F | 46 |
| Octal | 330 | 373 | 152 | 16 | 0 | 72 | 2 | 112 | 137 | 106 |
| Binary | 11011000 | 11111011 | 1101010 | 1110 | 0 | 111010 | 10 | 1001010 | 1011111 | 1000110 |
Color Harmonies of #D8FB6A
Complementary color
Monochromatic Colors of #D8FB6A
Black with #D8FB6A
Text Example
Text Example
White with #D8FB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FB6A; }
p { color: rgb(216,251,106); }
H1.HeaderClassName
{
color: #D8FB6A;
}
.AnyTagClassName
{
color: #D8FB6A;
}
</style>
background-color css
<style>
a { background-color: #D8FB6A; }
a { background-color: rgb(216,251,106); }
div.DivClassName
{
background-color: #D8FB6A;
}
.BgClassName
{
background-color: #D8FB6A;
}
</style>
border-color css
<style>
span { border-color: #D8FB6A; }
span { border-color: rgb(216,251,106); }
td.TdClassName
{
border-color: #D8FB6A;
}
.TagClassName
{
border-color: #D8FB6A;
}
</style>