Shades of Mindaro #CEF96E
Tints of Mindaro #CEF96E
RGB
CMYK
RGB Variations
Color information
#CEF96E (or 0xCEF96E) is known color: Mindaro. HEX triplet: CE, F9 and 6E. RGB value is (206,249,110). Sum of RGB (Red+Green+Blue) = 206+249+110=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF96E is #310691. Grayscale: #DCDCDC. Windows color (decimal): -3212946 or 7272910. OLE color: 7272910.
HSL color Cylindrical-coordinate representation of color #CEF96E: hue angle of 78.56º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEF96E is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 110 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.02 |
| HSL | 78.56º | 0.92% | 0.7% | - |
| HSV(B) | 78.56º | 0.56% | 0.98% | - |
| XYZ | 62.14 | 82 | 27.3 | - |
| YUV | 220.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 110 | 0.17 | 0 | 0.56 | 0.02 | 78.56 | 0.92 | 0.7 |
| Hex | CE | F9 | 6E | 11 | 0 | 38 | 2 | 4F | 5C | 46 |
| Octal | 316 | 371 | 156 | 21 | 0 | 70 | 2 | 117 | 134 | 106 |
| Binary | 11001110 | 11111001 | 1101110 | 10001 | 0 | 111000 | 10 | 1001111 | 1011100 | 1000110 |
Color Harmonies of #CEF96E
Complementary color
Monochromatic Colors of #CEF96E
Black with #CEF96E
Text Example
Text Example
White with #CEF96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF96E; }
p { color: rgb(206,249,110); }
H1.HeaderClassName
{
color: #CEF96E;
}
.AnyTagClassName
{
color: #CEF96E;
}
</style>
background-color css
<style>
a { background-color: #CEF96E; }
a { background-color: rgb(206,249,110); }
div.DivClassName
{
background-color: #CEF96E;
}
.BgClassName
{
background-color: #CEF96E;
}
</style>
border-color css
<style>
span { border-color: #CEF96E; }
span { border-color: rgb(206,249,110); }
td.TdClassName
{
border-color: #CEF96E;
}
.TagClassName
{
border-color: #CEF96E;
}
</style>