Shades of Mindaro #CFE35F
Tints of Mindaro #CFE35F
RGB
CMYK
RGB Variations
Color information
#CFE35F (or 0xCFE35F) is known color: Mindaro. HEX triplet: CF, E3 and 5F. RGB value is (207,227,95). Sum of RGB (Red+Green+Blue) = 207+227+95=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE35F is #301CA0. Grayscale: #CECECE. Windows color (decimal): -3153057 or 6284239. OLE color: 6284239.
HSL color Cylindrical-coordinate representation of color #CFE35F: hue angle of 69.09º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFE35F is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 95 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.11 |
| HSL | 69.09º | 0.7% | 0.63% | - |
| HSV(B) | 69.09º | 0.58% | 0.89% | - |
| XYZ | 55.27 | 69.03 | 21.24 | - |
| YUV | 205.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 95 | 0.09 | 0 | 0.58 | 0.11 | 69.09 | 0.7 | 0.63 |
| Hex | CF | E3 | 5F | 9 | 0 | 3A | B | 45 | 46 | 3F |
| Octal | 317 | 343 | 137 | 11 | 0 | 72 | 13 | 105 | 106 | 77 |
| Binary | 11001111 | 11100011 | 1011111 | 1001 | 0 | 111010 | 1011 | 1000101 | 1000110 | 111111 |
Color Harmonies of #CFE35F
Complementary color
Monochromatic Colors of #CFE35F
Black with #CFE35F
Text Example
Text Example
White with #CFE35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE35F; }
p { color: rgb(207,227,95); }
H1.HeaderClassName
{
color: #CFE35F;
}
.AnyTagClassName
{
color: #CFE35F;
}
</style>
background-color css
<style>
a { background-color: #CFE35F; }
a { background-color: rgb(207,227,95); }
div.DivClassName
{
background-color: #CFE35F;
}
.BgClassName
{
background-color: #CFE35F;
}
</style>
border-color css
<style>
span { border-color: #CFE35F; }
span { border-color: rgb(207,227,95); }
td.TdClassName
{
border-color: #CFE35F;
}
.TagClassName
{
border-color: #CFE35F;
}
</style>