Shades of Mindaro #CEF252
Tints of Mindaro #CEF252
RGB
CMYK
RGB Variations
Color information
#CEF252 (or 0xCEF252) is known color: Mindaro. HEX triplet: CE, F2 and 52. RGB value is (206,242,82). Sum of RGB (Red+Green+Blue) = 206+242+82=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF252 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF252 is #310DAD. Grayscale: #D5D5D5. Windows color (decimal): -3214766 or 5436110. OLE color: 5436110.
HSL color Cylindrical-coordinate representation of color #CEF252: hue angle of 73.5º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEF252 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 82 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.05 |
| HSL | 73.5º | 0.86% | 0.64% | - |
| HSV(B) | 73.5º | 0.66% | 0.95% | - |
| XYZ | 58.73 | 77.24 | 19.8 | - |
| YUV | 213 | 54.07 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 82 | 0.15 | 0 | 0.66 | 0.05 | 73.5 | 0.86 | 0.64 |
| Hex | CE | F2 | 52 | F | 0 | 42 | 5 | 4A | 56 | 40 |
| Octal | 316 | 362 | 122 | 17 | 0 | 102 | 5 | 112 | 126 | 100 |
| Binary | 11001110 | 11110010 | 1010010 | 1111 | 0 | 1000010 | 101 | 1001010 | 1010110 | 1000000 |
Color Harmonies of #CEF252
Complementary color
Monochromatic Colors of #CEF252
Black with #CEF252
Text Example
Text Example
White with #CEF252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF252; }
p { color: rgb(206,242,82); }
H1.HeaderClassName
{
color: #CEF252;
}
.AnyTagClassName
{
color: #CEF252;
}
</style>
background-color css
<style>
a { background-color: #CEF252; }
a { background-color: rgb(206,242,82); }
div.DivClassName
{
background-color: #CEF252;
}
.BgClassName
{
background-color: #CEF252;
}
</style>
border-color css
<style>
span { border-color: #CEF252; }
span { border-color: rgb(206,242,82); }
td.TdClassName
{
border-color: #CEF252;
}
.TagClassName
{
border-color: #CEF252;
}
</style>