Shades of Mindaro #CFE36A
Tints of Mindaro #CFE36A
RGB
CMYK
RGB Variations
Color information
#CFE36A (or 0xCFE36A) is known color: Mindaro. HEX triplet: CF, E3 and 6A. RGB value is (207,227,106). Sum of RGB (Red+Green+Blue) = 207+227+106=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE36A is #301C95. Grayscale: #CFCFCF. Windows color (decimal): -3153046 or 7005135. OLE color: 7005135.
HSL color Cylindrical-coordinate representation of color #CFE36A: hue angle of 69.92º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFE36A is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 106 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.11 |
| HSL | 69.92º | 0.68% | 0.65% | - |
| HSV(B) | 69.92º | 0.53% | 0.89% | - |
| XYZ | 55.8 | 69.24 | 24.06 | - |
| YUV | 207.23 | 70.87 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 106 | 0.09 | 0 | 0.53 | 0.11 | 69.92 | 0.68 | 0.65 |
| Hex | CF | E3 | 6A | 9 | 0 | 35 | B | 46 | 44 | 41 |
| Octal | 317 | 343 | 152 | 11 | 0 | 65 | 13 | 106 | 104 | 101 |
| Binary | 11001111 | 11100011 | 1101010 | 1001 | 0 | 110101 | 1011 | 1000110 | 1000100 | 1000001 |
Color Harmonies of #CFE36A
Complementary color
Monochromatic Colors of #CFE36A
Black with #CFE36A
Text Example
Text Example
White with #CFE36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE36A; }
p { color: rgb(207,227,106); }
H1.HeaderClassName
{
color: #CFE36A;
}
.AnyTagClassName
{
color: #CFE36A;
}
</style>
background-color css
<style>
a { background-color: #CFE36A; }
a { background-color: rgb(207,227,106); }
div.DivClassName
{
background-color: #CFE36A;
}
.BgClassName
{
background-color: #CFE36A;
}
</style>
border-color css
<style>
span { border-color: #CFE36A; }
span { border-color: rgb(207,227,106); }
td.TdClassName
{
border-color: #CFE36A;
}
.TagClassName
{
border-color: #CFE36A;
}
</style>