Shades of Mindaro #CEF271
Tints of Mindaro #CEF271
RGB
CMYK
RGB Variations
Color information
#CEF271 (or 0xCEF271) is known color: Mindaro. HEX triplet: CE, F2 and 71. RGB value is (206,242,113). Sum of RGB (Red+Green+Blue) = 206+242+113=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF271 is #310D8E. Grayscale: #D9D9D9. Windows color (decimal): -3214735 or 7467726. OLE color: 7467726.
HSL color Cylindrical-coordinate representation of color #CEF271: hue angle of 76.74º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEF271 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 113 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.05 |
| HSL | 76.74º | 0.83% | 0.7% | - |
| HSV(B) | 76.74º | 0.53% | 0.95% | - |
| XYZ | 60.19 | 77.82 | 27.47 | - |
| YUV | 216.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 113 | 0.15 | 0 | 0.53 | 0.05 | 76.74 | 0.83 | 0.7 |
| Hex | CE | F2 | 71 | F | 0 | 35 | 5 | 4D | 53 | 46 |
| Octal | 316 | 362 | 161 | 17 | 0 | 65 | 5 | 115 | 123 | 106 |
| Binary | 11001110 | 11110010 | 1110001 | 1111 | 0 | 110101 | 101 | 1001101 | 1010011 | 1000110 |
Color Harmonies of #CEF271
Complementary color
Monochromatic Colors of #CEF271
Black with #CEF271
Text Example
Text Example
White with #CEF271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF271; }
p { color: rgb(206,242,113); }
H1.HeaderClassName
{
color: #CEF271;
}
.AnyTagClassName
{
color: #CEF271;
}
</style>
background-color css
<style>
a { background-color: #CEF271; }
a { background-color: rgb(206,242,113); }
div.DivClassName
{
background-color: #CEF271;
}
.BgClassName
{
background-color: #CEF271;
}
</style>
border-color css
<style>
span { border-color: #CEF271; }
span { border-color: rgb(206,242,113); }
td.TdClassName
{
border-color: #CEF271;
}
.TagClassName
{
border-color: #CEF271;
}
</style>