Shades of Mindaro #D4FB68
Tints of Mindaro #D4FB68
RGB
CMYK
RGB Variations
Color information
#D4FB68 (or 0xD4FB68) is known color: Mindaro. HEX triplet: D4, FB and 68. RGB value is (212,251,104). Sum of RGB (Red+Green+Blue) = 212+251+104=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB68 is #2B0497. Grayscale: #DFDFDF. Windows color (decimal): -2819224 or 6880212. OLE color: 6880212.
HSL color Cylindrical-coordinate representation of color #D4FB68: hue angle of 75.92º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4FB68 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 104 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.02 |
| HSL | 75.92º | 0.95% | 0.7% | - |
| HSV(B) | 75.92º | 0.59% | 0.98% | - |
| XYZ | 64.15 | 83.99 | 25.93 | - |
| YUV | 222.58 | 61.08 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 104 | 0.16 | 0 | 0.59 | 0.02 | 75.92 | 0.95 | 0.7 |
| Hex | D4 | FB | 68 | 10 | 0 | 3B | 2 | 4C | 5F | 46 |
| Octal | 324 | 373 | 150 | 20 | 0 | 73 | 2 | 114 | 137 | 106 |
| Binary | 11010100 | 11111011 | 1101000 | 10000 | 0 | 111011 | 10 | 1001100 | 1011111 | 1000110 |
Color Harmonies of #D4FB68
Complementary color
Monochromatic Colors of #D4FB68
Black with #D4FB68
Text Example
Text Example
White with #D4FB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB68; }
p { color: rgb(212,251,104); }
H1.HeaderClassName
{
color: #D4FB68;
}
.AnyTagClassName
{
color: #D4FB68;
}
</style>
background-color css
<style>
a { background-color: #D4FB68; }
a { background-color: rgb(212,251,104); }
div.DivClassName
{
background-color: #D4FB68;
}
.BgClassName
{
background-color: #D4FB68;
}
</style>
border-color css
<style>
span { border-color: #D4FB68; }
span { border-color: rgb(212,251,104); }
td.TdClassName
{
border-color: #D4FB68;
}
.TagClassName
{
border-color: #D4FB68;
}
</style>