Shades of Mindaro #CFE46C
Tints of Mindaro #CFE46C
RGB
CMYK
RGB Variations
Color information
#CFE46C (or 0xCFE46C) is known color: Mindaro. HEX triplet: CF, E4 and 6C. RGB value is (207,228,108). Sum of RGB (Red+Green+Blue) = 207+228+108=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE46C is #301B93. Grayscale: #D0D0D0. Windows color (decimal): -3152788 or 7136463. OLE color: 7136463.
HSL color Cylindrical-coordinate representation of color #CFE46C: hue angle of 70.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFE46C is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 108 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.11 |
| HSL | 70.5º | 0.69% | 0.66% | - |
| HSV(B) | 70.5º | 0.53% | 0.89% | - |
| XYZ | 56.18 | 69.83 | 24.71 | - |
| YUV | 208.04 | 71.54 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 108 | 0.09 | 0 | 0.53 | 0.11 | 70.5 | 0.69 | 0.66 |
| Hex | CF | E4 | 6C | 9 | 0 | 35 | B | 46 | 45 | 42 |
| Octal | 317 | 344 | 154 | 11 | 0 | 65 | 13 | 106 | 105 | 102 |
| Binary | 11001111 | 11100100 | 1101100 | 1001 | 0 | 110101 | 1011 | 1000110 | 1000101 | 1000010 |
Color Harmonies of #CFE46C
Complementary color
Monochromatic Colors of #CFE46C
Black with #CFE46C
Text Example
Text Example
White with #CFE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE46C; }
p { color: rgb(207,228,108); }
H1.HeaderClassName
{
color: #CFE46C;
}
.AnyTagClassName
{
color: #CFE46C;
}
</style>
background-color css
<style>
a { background-color: #CFE46C; }
a { background-color: rgb(207,228,108); }
div.DivClassName
{
background-color: #CFE46C;
}
.BgClassName
{
background-color: #CFE46C;
}
</style>
border-color css
<style>
span { border-color: #CFE46C; }
span { border-color: rgb(207,228,108); }
td.TdClassName
{
border-color: #CFE46C;
}
.TagClassName
{
border-color: #CFE46C;
}
</style>