Shades of Mindaro #CEF85A
Tints of Mindaro #CEF85A
RGB
CMYK
RGB Variations
Color information
#CEF85A (or 0xCEF85A) is known color: Mindaro. HEX triplet: CE, F8 and 5A. RGB value is (206,248,90). Sum of RGB (Red+Green+Blue) = 206+248+90=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF85A is #3107A5. Grayscale: #DADADA. Windows color (decimal): -3213222 or 5961934. OLE color: 5961934.
HSL color Cylindrical-coordinate representation of color #CEF85A: hue angle of 75.95º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEF85A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 90 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.03 |
| HSL | 75.95º | 0.92% | 0.66% | - |
| HSV(B) | 75.95º | 0.64% | 0.97% | - |
| XYZ | 60.87 | 80.99 | 22.1 | - |
| YUV | 217.43 | 56.09 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 90 | 0.17 | 0 | 0.64 | 0.03 | 75.95 | 0.92 | 0.66 |
| Hex | CE | F8 | 5A | 11 | 0 | 40 | 3 | 4C | 5C | 42 |
| Octal | 316 | 370 | 132 | 21 | 0 | 100 | 3 | 114 | 134 | 102 |
| Binary | 11001110 | 11111000 | 1011010 | 10001 | 0 | 1000000 | 11 | 1001100 | 1011100 | 1000010 |
Color Harmonies of #CEF85A
Complementary color
Monochromatic Colors of #CEF85A
Black with #CEF85A
Text Example
Text Example
White with #CEF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF85A; }
p { color: rgb(206,248,90); }
H1.HeaderClassName
{
color: #CEF85A;
}
.AnyTagClassName
{
color: #CEF85A;
}
</style>
background-color css
<style>
a { background-color: #CEF85A; }
a { background-color: rgb(206,248,90); }
div.DivClassName
{
background-color: #CEF85A;
}
.BgClassName
{
background-color: #CEF85A;
}
</style>
border-color css
<style>
span { border-color: #CEF85A; }
span { border-color: rgb(206,248,90); }
td.TdClassName
{
border-color: #CEF85A;
}
.TagClassName
{
border-color: #CEF85A;
}
</style>