Shades of Mindaro #CFE36C
Tints of Mindaro #CFE36C
RGB
CMYK
RGB Variations
Color information
#CFE36C (or 0xCFE36C) is known color: Mindaro. HEX triplet: CF, E3 and 6C. RGB value is (207,227,108). Sum of RGB (Red+Green+Blue) = 207+227+108=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE36C is #301C93. Grayscale: #CFCFCF. Windows color (decimal): -3153044 or 7136207. OLE color: 7136207.
HSL color Cylindrical-coordinate representation of color #CFE36C: hue angle of 70.08º 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 #CFE36C is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 108 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.11 |
| HSL | 70.08º | 0.68% | 0.66% | - |
| HSV(B) | 70.08º | 0.52% | 0.89% | - |
| XYZ | 55.91 | 69.29 | 24.61 | - |
| YUV | 207.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 108 | 0.09 | 0 | 0.52 | 0.11 | 70.08 | 0.68 | 0.66 |
| Hex | CF | E3 | 6C | 9 | 0 | 34 | B | 46 | 44 | 42 |
| Octal | 317 | 343 | 154 | 11 | 0 | 64 | 13 | 106 | 104 | 102 |
| Binary | 11001111 | 11100011 | 1101100 | 1001 | 0 | 110100 | 1011 | 1000110 | 1000100 | 1000010 |
Color Harmonies of #CFE36C
Complementary color
Monochromatic Colors of #CFE36C
Black with #CFE36C
Text Example
Text Example
White with #CFE36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE36C; }
p { color: rgb(207,227,108); }
H1.HeaderClassName
{
color: #CFE36C;
}
.AnyTagClassName
{
color: #CFE36C;
}
</style>
background-color css
<style>
a { background-color: #CFE36C; }
a { background-color: rgb(207,227,108); }
div.DivClassName
{
background-color: #CFE36C;
}
.BgClassName
{
background-color: #CFE36C;
}
</style>
border-color css
<style>
span { border-color: #CFE36C; }
span { border-color: rgb(207,227,108); }
td.TdClassName
{
border-color: #CFE36C;
}
.TagClassName
{
border-color: #CFE36C;
}
</style>