Shades of Mindaro #CEF35E
Tints of Mindaro #CEF35E
RGB
CMYK
RGB Variations
Color information
#CEF35E (or 0xCEF35E) is known color: Mindaro. HEX triplet: CE, F3 and 5E. RGB value is (206,243,94). Sum of RGB (Red+Green+Blue) = 206+243+94=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF35E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF35E is #310CA1. Grayscale: #D7D7D7. Windows color (decimal): -3214498 or 6222798. OLE color: 6222798.
HSL color Cylindrical-coordinate representation of color #CEF35E: hue angle of 74.9º degrees, saturation: 0.86, 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 #CEF35E is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 94 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.05 |
| HSL | 74.9º | 0.86% | 0.66% | - |
| HSV(B) | 74.9º | 0.61% | 0.95% | - |
| XYZ | 59.52 | 78.03 | 22.51 | - |
| YUV | 214.95 | 59.74 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 94 | 0.15 | 0 | 0.61 | 0.05 | 74.9 | 0.86 | 0.66 |
| Hex | CE | F3 | 5E | F | 0 | 3D | 5 | 4B | 56 | 42 |
| Octal | 316 | 363 | 136 | 17 | 0 | 75 | 5 | 113 | 126 | 102 |
| Binary | 11001110 | 11110011 | 1011110 | 1111 | 0 | 111101 | 101 | 1001011 | 1010110 | 1000010 |
Color Harmonies of #CEF35E
Complementary color
Monochromatic Colors of #CEF35E
Black with #CEF35E
Text Example
Text Example
White with #CEF35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF35E; }
p { color: rgb(206,243,94); }
H1.HeaderClassName
{
color: #CEF35E;
}
.AnyTagClassName
{
color: #CEF35E;
}
</style>
background-color css
<style>
a { background-color: #CEF35E; }
a { background-color: rgb(206,243,94); }
div.DivClassName
{
background-color: #CEF35E;
}
.BgClassName
{
background-color: #CEF35E;
}
</style>
border-color css
<style>
span { border-color: #CEF35E; }
span { border-color: rgb(206,243,94); }
td.TdClassName
{
border-color: #CEF35E;
}
.TagClassName
{
border-color: #CEF35E;
}
</style>