Shades of Mindaro #CEF06C
Tints of Mindaro #CEF06C
RGB
CMYK
RGB Variations
Color information
#CEF06C (or 0xCEF06C) is known color: Mindaro. HEX triplet: CE, F0 and 6C. RGB value is (206,240,108). Sum of RGB (Red+Green+Blue) = 206+240+108=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF06C is #310F93. Grayscale: #D7D7D7. Windows color (decimal): -3215252 or 7139534. OLE color: 7139534.
HSL color Cylindrical-coordinate representation of color #CEF06C: hue angle of 75.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEF06C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 108 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.06 |
| HSL | 75.45º | 0.81% | 0.68% | - |
| HSV(B) | 75.45º | 0.55% | 0.94% | - |
| XYZ | 59.32 | 76.52 | 25.83 | - |
| YUV | 214.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 108 | 0.14 | 0 | 0.55 | 0.06 | 75.45 | 0.81 | 0.68 |
| Hex | CE | F0 | 6C | E | 0 | 37 | 6 | 4B | 51 | 44 |
| Octal | 316 | 360 | 154 | 16 | 0 | 67 | 6 | 113 | 121 | 104 |
| Binary | 11001110 | 11110000 | 1101100 | 1110 | 0 | 110111 | 110 | 1001011 | 1010001 | 1000100 |
Color Harmonies of #CEF06C
Complementary color
Monochromatic Colors of #CEF06C
Black with #CEF06C
Text Example
Text Example
White with #CEF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF06C; }
p { color: rgb(206,240,108); }
H1.HeaderClassName
{
color: #CEF06C;
}
.AnyTagClassName
{
color: #CEF06C;
}
</style>
background-color css
<style>
a { background-color: #CEF06C; }
a { background-color: rgb(206,240,108); }
div.DivClassName
{
background-color: #CEF06C;
}
.BgClassName
{
background-color: #CEF06C;
}
</style>
border-color css
<style>
span { border-color: #CEF06C; }
span { border-color: rgb(206,240,108); }
td.TdClassName
{
border-color: #CEF06C;
}
.TagClassName
{
border-color: #CEF06C;
}
</style>