Shades of Mindaro #D4FC67
Tints of Mindaro #D4FC67
RGB
CMYK
RGB Variations
Color information
#D4FC67 (or 0xD4FC67) is known color: Mindaro. HEX triplet: D4, FC and 67. RGB value is (212,252,103). Sum of RGB (Red+Green+Blue) = 212+252+103=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 103 (40.62% from 255 or 18.17% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FC67 is #2B0398. Grayscale: #DFDFDF. Windows color (decimal): -2818969 or 6814932. OLE color: 6814932.
HSL color Cylindrical-coordinate representation of color #D4FC67: hue angle of 76.11º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4FC67 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 103 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.01 |
| HSL | 76.11º | 0.96% | 0.7% | - |
| HSV(B) | 76.11º | 0.59% | 0.99% | - |
| XYZ | 64.41 | 84.6 | 25.77 | - |
| YUV | 223.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 103 | 0.16 | 0 | 0.59 | 0.01 | 76.11 | 0.96 | 0.7 |
| Hex | D4 | FC | 67 | 10 | 0 | 3B | 1 | 4C | 60 | 46 |
| Octal | 324 | 374 | 147 | 20 | 0 | 73 | 1 | 114 | 140 | 106 |
| Binary | 11010100 | 11111100 | 1100111 | 10000 | 0 | 111011 | 1 | 1001100 | 1100000 | 1000110 |
Color Harmonies of #D4FC67
Complementary color
Monochromatic Colors of #D4FC67
Black with #D4FC67
Text Example
Text Example
White with #D4FC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FC67; }
p { color: rgb(212,252,103); }
H1.HeaderClassName
{
color: #D4FC67;
}
.AnyTagClassName
{
color: #D4FC67;
}
</style>
background-color css
<style>
a { background-color: #D4FC67; }
a { background-color: rgb(212,252,103); }
div.DivClassName
{
background-color: #D4FC67;
}
.BgClassName
{
background-color: #D4FC67;
}
</style>
border-color css
<style>
span { border-color: #D4FC67; }
span { border-color: rgb(212,252,103); }
td.TdClassName
{
border-color: #D4FC67;
}
.TagClassName
{
border-color: #D4FC67;
}
</style>