Shades of Mindaro #CFF05E
Tints of Mindaro #CFF05E
RGB
CMYK
RGB Variations
Color information
#CFF05E (or 0xCFF05E) is known color: Mindaro. HEX triplet: CF, F0 and 5E. RGB value is (207,240,94). Sum of RGB (Red+Green+Blue) = 207+240+94=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF05E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF05E is #300FA1. Grayscale: #D6D6D6. Windows color (decimal): -3149730 or 6222031. OLE color: 6222031.
HSL color Cylindrical-coordinate representation of color #CFF05E: hue angle of 73.56º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFF05E is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 94 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.06 |
| HSL | 73.56º | 0.83% | 0.65% | - |
| HSV(B) | 73.56º | 0.61% | 0.94% | - |
| XYZ | 58.91 | 76.39 | 22.23 | - |
| YUV | 213.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 94 | 0.14 | 0 | 0.61 | 0.06 | 73.56 | 0.83 | 0.65 |
| Hex | CF | F0 | 5E | E | 0 | 3D | 6 | 4A | 53 | 41 |
| Octal | 317 | 360 | 136 | 16 | 0 | 75 | 6 | 112 | 123 | 101 |
| Binary | 11001111 | 11110000 | 1011110 | 1110 | 0 | 111101 | 110 | 1001010 | 1010011 | 1000001 |
Color Harmonies of #CFF05E
Complementary color
Monochromatic Colors of #CFF05E
Black with #CFF05E
Text Example
Text Example
White with #CFF05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF05E; }
p { color: rgb(207,240,94); }
H1.HeaderClassName
{
color: #CFF05E;
}
.AnyTagClassName
{
color: #CFF05E;
}
</style>
background-color css
<style>
a { background-color: #CFF05E; }
a { background-color: rgb(207,240,94); }
div.DivClassName
{
background-color: #CFF05E;
}
.BgClassName
{
background-color: #CFF05E;
}
</style>
border-color css
<style>
span { border-color: #CFF05E; }
span { border-color: rgb(207,240,94); }
td.TdClassName
{
border-color: #CFF05E;
}
.TagClassName
{
border-color: #CFF05E;
}
</style>