Shades of Mindaro #CFE36B
Tints of Mindaro #CFE36B
RGB
CMYK
RGB Variations
Color information
#CFE36B (or 0xCFE36B) is known color: Mindaro. HEX triplet: CF, E3 and 6B. RGB value is (207,227,107). Sum of RGB (Red+Green+Blue) = 207+227+107=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE36B is #301C94. Grayscale: #CFCFCF. Windows color (decimal): -3153045 or 7070671. OLE color: 7070671.
HSL color Cylindrical-coordinate representation of color #CFE36B: hue angle of 70º 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 #CFE36B is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 107 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.11 |
| HSL | 70º | 0.68% | 0.65% | - |
| HSV(B) | 70º | 0.53% | 0.89% | - |
| XYZ | 55.86 | 69.27 | 24.34 | - |
| YUV | 207.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 107 | 0.09 | 0 | 0.53 | 0.11 | 70 | 0.68 | 0.65 |
| Hex | CF | E3 | 6B | 9 | 0 | 35 | B | 46 | 44 | 41 |
| Octal | 317 | 343 | 153 | 11 | 0 | 65 | 13 | 106 | 104 | 101 |
| Binary | 11001111 | 11100011 | 1101011 | 1001 | 0 | 110101 | 1011 | 1000110 | 1000100 | 1000001 |
Color Harmonies of #CFE36B
Complementary color
Monochromatic Colors of #CFE36B
Black with #CFE36B
Text Example
Text Example
White with #CFE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE36B; }
p { color: rgb(207,227,107); }
H1.HeaderClassName
{
color: #CFE36B;
}
.AnyTagClassName
{
color: #CFE36B;
}
</style>
background-color css
<style>
a { background-color: #CFE36B; }
a { background-color: rgb(207,227,107); }
div.DivClassName
{
background-color: #CFE36B;
}
.BgClassName
{
background-color: #CFE36B;
}
</style>
border-color css
<style>
span { border-color: #CFE36B; }
span { border-color: rgb(207,227,107); }
td.TdClassName
{
border-color: #CFE36B;
}
.TagClassName
{
border-color: #CFE36B;
}
</style>