Shades of Mindaro #CFE45F
Tints of Mindaro #CFE45F
RGB
CMYK
RGB Variations
Color information
#CFE45F (or 0xCFE45F) is known color: Mindaro. HEX triplet: CF, E4 and 5F. RGB value is (207,228,95). Sum of RGB (Red+Green+Blue) = 207+228+95=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE45F is #301BA0. Grayscale: #CFCFCF. Windows color (decimal): -3152801 or 6284495. OLE color: 6284495.
HSL color Cylindrical-coordinate representation of color #CFE45F: hue angle of 69.47º degrees, saturation: 0.71, 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 #CFE45F is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 95 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.11 |
| HSL | 69.47º | 0.71% | 0.63% | - |
| HSV(B) | 69.47º | 0.58% | 0.89% | - |
| XYZ | 55.54 | 69.58 | 21.33 | - |
| YUV | 206.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 95 | 0.09 | 0 | 0.58 | 0.11 | 69.47 | 0.71 | 0.63 |
| Hex | CF | E4 | 5F | 9 | 0 | 3A | B | 45 | 47 | 3F |
| Octal | 317 | 344 | 137 | 11 | 0 | 72 | 13 | 105 | 107 | 77 |
| Binary | 11001111 | 11100100 | 1011111 | 1001 | 0 | 111010 | 1011 | 1000101 | 1000111 | 111111 |
Color Harmonies of #CFE45F
Complementary color
Monochromatic Colors of #CFE45F
Black with #CFE45F
Text Example
Text Example
White with #CFE45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE45F; }
p { color: rgb(207,228,95); }
H1.HeaderClassName
{
color: #CFE45F;
}
.AnyTagClassName
{
color: #CFE45F;
}
</style>
background-color css
<style>
a { background-color: #CFE45F; }
a { background-color: rgb(207,228,95); }
div.DivClassName
{
background-color: #CFE45F;
}
.BgClassName
{
background-color: #CFE45F;
}
</style>
border-color css
<style>
span { border-color: #CFE45F; }
span { border-color: rgb(207,228,95); }
td.TdClassName
{
border-color: #CFE45F;
}
.TagClassName
{
border-color: #CFE45F;
}
</style>