Shades of Mindaro #CFE25E
Tints of Mindaro #CFE25E
RGB
CMYK
RGB Variations
Color information
#CFE25E (or 0xCFE25E) is known color: Mindaro. HEX triplet: CF, E2 and 5E. RGB value is (207,226,94). Sum of RGB (Red+Green+Blue) = 207+226+94=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE25E is #301DA1. Grayscale: #CDCDCD. Windows color (decimal): -3153314 or 6218447. OLE color: 6218447.
HSL color Cylindrical-coordinate representation of color #CFE25E: hue angle of 68.64º degrees, saturation: 0.69, 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 #CFE25E is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 94 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.11 |
| HSL | 68.64º | 0.69% | 0.63% | - |
| HSV(B) | 68.64º | 0.58% | 0.89% | - |
| XYZ | 54.95 | 68.47 | 20.91 | - |
| YUV | 205.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 94 | 0.08 | 0 | 0.58 | 0.11 | 68.64 | 0.69 | 0.63 |
| Hex | CF | E2 | 5E | 8 | 0 | 3A | B | 45 | 45 | 3F |
| Octal | 317 | 342 | 136 | 10 | 0 | 72 | 13 | 105 | 105 | 77 |
| Binary | 11001111 | 11100010 | 1011110 | 1000 | 0 | 111010 | 1011 | 1000101 | 1000101 | 111111 |
Color Harmonies of #CFE25E
Complementary color
Monochromatic Colors of #CFE25E
Black with #CFE25E
Text Example
Text Example
White with #CFE25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE25E; }
p { color: rgb(207,226,94); }
H1.HeaderClassName
{
color: #CFE25E;
}
.AnyTagClassName
{
color: #CFE25E;
}
</style>
background-color css
<style>
a { background-color: #CFE25E; }
a { background-color: rgb(207,226,94); }
div.DivClassName
{
background-color: #CFE25E;
}
.BgClassName
{
background-color: #CFE25E;
}
</style>
border-color css
<style>
span { border-color: #CFE25E; }
span { border-color: rgb(207,226,94); }
td.TdClassName
{
border-color: #CFE25E;
}
.TagClassName
{
border-color: #CFE25E;
}
</style>