Shades of Mindaro #CFE36E
Tints of Mindaro #CFE36E
RGB
CMYK
RGB Variations
Color information
#CFE36E (or 0xCFE36E) is known color: Mindaro. HEX triplet: CF, E3 and 6E. RGB value is (207,227,110). Sum of RGB (Red+Green+Blue) = 207+227+110=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE36E is #301C91. Grayscale: #D0D0D0. Windows color (decimal): -3153042 or 7267279. OLE color: 7267279.
HSL color Cylindrical-coordinate representation of color #CFE36E: hue angle of 70.26º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFE36E is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 110 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.11 |
| HSL | 70.26º | 0.68% | 0.66% | - |
| HSV(B) | 70.26º | 0.52% | 0.89% | - |
| XYZ | 56.02 | 69.33 | 25.18 | - |
| YUV | 207.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 110 | 0.09 | 0 | 0.52 | 0.11 | 70.26 | 0.68 | 0.66 |
| Hex | CF | E3 | 6E | 9 | 0 | 34 | B | 46 | 44 | 42 |
| Octal | 317 | 343 | 156 | 11 | 0 | 64 | 13 | 106 | 104 | 102 |
| Binary | 11001111 | 11100011 | 1101110 | 1001 | 0 | 110100 | 1011 | 1000110 | 1000100 | 1000010 |
Color Harmonies of #CFE36E
Complementary color
Monochromatic Colors of #CFE36E
Black with #CFE36E
Text Example
Text Example
White with #CFE36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE36E; }
p { color: rgb(207,227,110); }
H1.HeaderClassName
{
color: #CFE36E;
}
.AnyTagClassName
{
color: #CFE36E;
}
</style>
background-color css
<style>
a { background-color: #CFE36E; }
a { background-color: rgb(207,227,110); }
div.DivClassName
{
background-color: #CFE36E;
}
.BgClassName
{
background-color: #CFE36E;
}
</style>
border-color css
<style>
span { border-color: #CFE36E; }
span { border-color: rgb(207,227,110); }
td.TdClassName
{
border-color: #CFE36E;
}
.TagClassName
{
border-color: #CFE36E;
}
</style>