Shades of Mindaro #CEF261
Tints of Mindaro #CEF261
RGB
CMYK
RGB Variations
Color information
#CEF261 (or 0xCEF261) is known color: Mindaro. HEX triplet: CE, F2 and 61. RGB value is (206,242,97). Sum of RGB (Red+Green+Blue) = 206+242+97=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF261 is #310D9E. Grayscale: #D7D7D7. Windows color (decimal): -3214751 or 6419150. OLE color: 6419150.
HSL color Cylindrical-coordinate representation of color #CEF261: hue angle of 74.9º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEF261 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 97 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.05 |
| HSL | 74.9º | 0.85% | 0.66% | - |
| HSV(B) | 74.9º | 0.6% | 0.95% | - |
| XYZ | 59.36 | 77.49 | 23.14 | - |
| YUV | 214.71 | 61.57 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 97 | 0.15 | 0 | 0.60 | 0.05 | 74.9 | 0.85 | 0.66 |
| Hex | CE | F2 | 61 | F | 0 | 3C | 5 | 4B | 55 | 42 |
| Octal | 316 | 362 | 141 | 17 | 0 | 74 | 5 | 113 | 125 | 102 |
| Binary | 11001110 | 11110010 | 1100001 | 1111 | 0 | 111100 | 101 | 1001011 | 1010101 | 1000010 |
Color Harmonies of #CEF261
Complementary color
Monochromatic Colors of #CEF261
Black with #CEF261
Text Example
Text Example
White with #CEF261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF261; }
p { color: rgb(206,242,97); }
H1.HeaderClassName
{
color: #CEF261;
}
.AnyTagClassName
{
color: #CEF261;
}
</style>
background-color css
<style>
a { background-color: #CEF261; }
a { background-color: rgb(206,242,97); }
div.DivClassName
{
background-color: #CEF261;
}
.BgClassName
{
background-color: #CEF261;
}
</style>
border-color css
<style>
span { border-color: #CEF261; }
span { border-color: rgb(206,242,97); }
td.TdClassName
{
border-color: #CEF261;
}
.TagClassName
{
border-color: #CEF261;
}
</style>