Shades of Mindaro #CEF26D
Tints of Mindaro #CEF26D
RGB
CMYK
RGB Variations
Color information
#CEF26D (or 0xCEF26D) is known color: Mindaro. HEX triplet: CE, F2 and 6D. RGB value is (206,242,109). Sum of RGB (Red+Green+Blue) = 206+242+109=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF26D is #310D92. Grayscale: #D8D8D8. Windows color (decimal): -3214739 or 7205582. OLE color: 7205582.
HSL color Cylindrical-coordinate representation of color #CEF26D: hue angle of 76.24º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEF26D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 109 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.05 |
| HSL | 76.24º | 0.84% | 0.69% | - |
| HSV(B) | 76.24º | 0.55% | 0.95% | - |
| XYZ | 59.97 | 77.73 | 26.31 | - |
| YUV | 216.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 109 | 0.15 | 0 | 0.55 | 0.05 | 76.24 | 0.84 | 0.69 |
| Hex | CE | F2 | 6D | F | 0 | 37 | 5 | 4C | 54 | 45 |
| Octal | 316 | 362 | 155 | 17 | 0 | 67 | 5 | 114 | 124 | 105 |
| Binary | 11001110 | 11110010 | 1101101 | 1111 | 0 | 110111 | 101 | 1001100 | 1010100 | 1000101 |
Color Harmonies of #CEF26D
Complementary color
Monochromatic Colors of #CEF26D
Black with #CEF26D
Text Example
Text Example
White with #CEF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF26D; }
p { color: rgb(206,242,109); }
H1.HeaderClassName
{
color: #CEF26D;
}
.AnyTagClassName
{
color: #CEF26D;
}
</style>
background-color css
<style>
a { background-color: #CEF26D; }
a { background-color: rgb(206,242,109); }
div.DivClassName
{
background-color: #CEF26D;
}
.BgClassName
{
background-color: #CEF26D;
}
</style>
border-color css
<style>
span { border-color: #CEF26D; }
span { border-color: rgb(206,242,109); }
td.TdClassName
{
border-color: #CEF26D;
}
.TagClassName
{
border-color: #CEF26D;
}
</style>