Shades of Mindaro #CFF46E
Tints of Mindaro #CFF46E
RGB
CMYK
RGB Variations
Color information
#CFF46E (or 0xCFF46E) is known color: Mindaro. HEX triplet: CF, F4 and 6E. RGB value is (207,244,110). Sum of RGB (Red+Green+Blue) = 207+244+110=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF46E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF46E is #300B91. Grayscale: #DADADA. Windows color (decimal): -3148690 or 7271631. OLE color: 7271631.
HSL color Cylindrical-coordinate representation of color #CFF46E: hue angle of 76.57º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFF46E is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 110 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.04 |
| HSL | 76.57º | 0.86% | 0.69% | - |
| HSV(B) | 76.57º | 0.55% | 0.96% | - |
| XYZ | 60.9 | 79.09 | 26.81 | - |
| YUV | 217.66 | 67.24 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 110 | 0.15 | 0 | 0.55 | 0.04 | 76.57 | 0.86 | 0.69 |
| Hex | CF | F4 | 6E | F | 0 | 37 | 4 | 4D | 56 | 45 |
| Octal | 317 | 364 | 156 | 17 | 0 | 67 | 4 | 115 | 126 | 105 |
| Binary | 11001111 | 11110100 | 1101110 | 1111 | 0 | 110111 | 100 | 1001101 | 1010110 | 1000101 |
Color Harmonies of #CFF46E
Complementary color
Monochromatic Colors of #CFF46E
Black with #CFF46E
Text Example
Text Example
White with #CFF46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF46E; }
p { color: rgb(207,244,110); }
H1.HeaderClassName
{
color: #CFF46E;
}
.AnyTagClassName
{
color: #CFF46E;
}
</style>
background-color css
<style>
a { background-color: #CFF46E; }
a { background-color: rgb(207,244,110); }
div.DivClassName
{
background-color: #CFF46E;
}
.BgClassName
{
background-color: #CFF46E;
}
</style>
border-color css
<style>
span { border-color: #CFF46E; }
span { border-color: rgb(207,244,110); }
td.TdClassName
{
border-color: #CFF46E;
}
.TagClassName
{
border-color: #CFF46E;
}
</style>