Shades of Mindaro #D4FB64
Tints of Mindaro #D4FB64
RGB
CMYK
RGB Variations
Color information
#D4FB64 (or 0xD4FB64) is known color: Mindaro. HEX triplet: D4, FB and 64. RGB value is (212,251,100). Sum of RGB (Red+Green+Blue) = 212+251+100=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB64 is #2B049B. Grayscale: #DEDEDE. Windows color (decimal): -2819228 or 6618068. OLE color: 6618068.
HSL color Cylindrical-coordinate representation of color #D4FB64: hue angle of 75.5º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4FB64 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 100 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.02 |
| HSL | 75.5º | 0.95% | 0.69% | - |
| HSV(B) | 75.5º | 0.6% | 0.98% | - |
| XYZ | 63.95 | 83.91 | 24.88 | - |
| YUV | 222.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 100 | 0.16 | 0 | 0.60 | 0.02 | 75.5 | 0.95 | 0.69 |
| Hex | D4 | FB | 64 | 10 | 0 | 3C | 2 | 4B | 5F | 45 |
| Octal | 324 | 373 | 144 | 20 | 0 | 74 | 2 | 113 | 137 | 105 |
| Binary | 11010100 | 11111011 | 1100100 | 10000 | 0 | 111100 | 10 | 1001011 | 1011111 | 1000101 |
Color Harmonies of #D4FB64
Complementary color
Monochromatic Colors of #D4FB64
Black with #D4FB64
Text Example
Text Example
White with #D4FB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB64; }
p { color: rgb(212,251,100); }
H1.HeaderClassName
{
color: #D4FB64;
}
.AnyTagClassName
{
color: #D4FB64;
}
</style>
background-color css
<style>
a { background-color: #D4FB64; }
a { background-color: rgb(212,251,100); }
div.DivClassName
{
background-color: #D4FB64;
}
.BgClassName
{
background-color: #D4FB64;
}
</style>
border-color css
<style>
span { border-color: #D4FB64; }
span { border-color: rgb(212,251,100); }
td.TdClassName
{
border-color: #D4FB64;
}
.TagClassName
{
border-color: #D4FB64;
}
</style>