Shades of Mindaro #CFF15E
Tints of Mindaro #CFF15E
RGB
CMYK
RGB Variations
Color information
#CFF15E (or 0xCFF15E) is known color: Mindaro. HEX triplet: CF, F1 and 5E. RGB value is (207,241,94). Sum of RGB (Red+Green+Blue) = 207+241+94=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF15E is #300EA1. Grayscale: #D6D6D6. Windows color (decimal): -3149474 or 6222287. OLE color: 6222287.
HSL color Cylindrical-coordinate representation of color #CFF15E: hue angle of 73.88º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFF15E is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 94 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.05 |
| HSL | 73.88º | 0.84% | 0.66% | - |
| HSV(B) | 73.88º | 0.61% | 0.95% | - |
| XYZ | 59.21 | 76.98 | 22.33 | - |
| YUV | 214.08 | 60.24 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 94 | 0.14 | 0 | 0.61 | 0.05 | 73.88 | 0.84 | 0.66 |
| Hex | CF | F1 | 5E | E | 0 | 3D | 5 | 4A | 54 | 42 |
| Octal | 317 | 361 | 136 | 16 | 0 | 75 | 5 | 112 | 124 | 102 |
| Binary | 11001111 | 11110001 | 1011110 | 1110 | 0 | 111101 | 101 | 1001010 | 1010100 | 1000010 |
Color Harmonies of #CFF15E
Complementary color
Monochromatic Colors of #CFF15E
Black with #CFF15E
Text Example
Text Example
White with #CFF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF15E; }
p { color: rgb(207,241,94); }
H1.HeaderClassName
{
color: #CFF15E;
}
.AnyTagClassName
{
color: #CFF15E;
}
</style>
background-color css
<style>
a { background-color: #CFF15E; }
a { background-color: rgb(207,241,94); }
div.DivClassName
{
background-color: #CFF15E;
}
.BgClassName
{
background-color: #CFF15E;
}
</style>
border-color css
<style>
span { border-color: #CFF15E; }
span { border-color: rgb(207,241,94); }
td.TdClassName
{
border-color: #CFF15E;
}
.TagClassName
{
border-color: #CFF15E;
}
</style>