Shades of Mindaro #CFE85A
Tints of Mindaro #CFE85A
RGB
CMYK
RGB Variations
Color information
#CFE85A (or 0xCFE85A) is known color: Mindaro. HEX triplet: CF, E8 and 5A. RGB value is (207,232,90). Sum of RGB (Red+Green+Blue) = 207+232+90=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE85A is #3017A5. Grayscale: #D0D0D0. Windows color (decimal): -3151782 or 5957839. OLE color: 5957839.
HSL color Cylindrical-coordinate representation of color #CFE85A: hue angle of 70.56º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFE85A is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 90 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.09 |
| HSL | 70.56º | 0.76% | 0.63% | - |
| HSV(B) | 70.56º | 0.61% | 0.91% | - |
| XYZ | 56.43 | 71.72 | 20.54 | - |
| YUV | 208.34 | 61.22 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 90 | 0.11 | 0 | 0.61 | 0.09 | 70.56 | 0.76 | 0.63 |
| Hex | CF | E8 | 5A | B | 0 | 3D | 9 | 47 | 4C | 3F |
| Octal | 317 | 350 | 132 | 13 | 0 | 75 | 11 | 107 | 114 | 77 |
| Binary | 11001111 | 11101000 | 1011010 | 1011 | 0 | 111101 | 1001 | 1000111 | 1001100 | 111111 |
Color Harmonies of #CFE85A
Complementary color
Monochromatic Colors of #CFE85A
Black with #CFE85A
Text Example
Text Example
White with #CFE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE85A; }
p { color: rgb(207,232,90); }
H1.HeaderClassName
{
color: #CFE85A;
}
.AnyTagClassName
{
color: #CFE85A;
}
</style>
background-color css
<style>
a { background-color: #CFE85A; }
a { background-color: rgb(207,232,90); }
div.DivClassName
{
background-color: #CFE85A;
}
.BgClassName
{
background-color: #CFE85A;
}
</style>
border-color css
<style>
span { border-color: #CFE85A; }
span { border-color: rgb(207,232,90); }
td.TdClassName
{
border-color: #CFE85A;
}
.TagClassName
{
border-color: #CFE85A;
}
</style>