Shades of Mindaro #CEF460
Tints of Mindaro #CEF460
RGB
CMYK
RGB Variations
Color information
#CEF460 (or 0xCEF460) is known color: Mindaro. HEX triplet: CE, F4 and 60. RGB value is (206,244,96). Sum of RGB (Red+Green+Blue) = 206+244+96=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF460 is #310B9F. Grayscale: #D8D8D8. Windows color (decimal): -3214240 or 6354126. OLE color: 6354126.
HSL color Cylindrical-coordinate representation of color #CEF460: hue angle of 75.41º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEF460 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 96 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.04 |
| HSL | 75.41º | 0.87% | 0.67% | - |
| HSV(B) | 75.41º | 0.61% | 0.96% | - |
| XYZ | 59.92 | 78.67 | 23.09 | - |
| YUV | 215.77 | 60.41 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 96 | 0.16 | 0 | 0.61 | 0.04 | 75.41 | 0.87 | 0.67 |
| Hex | CE | F4 | 60 | 10 | 0 | 3D | 4 | 4B | 57 | 43 |
| Octal | 316 | 364 | 140 | 20 | 0 | 75 | 4 | 113 | 127 | 103 |
| Binary | 11001110 | 11110100 | 1100000 | 10000 | 0 | 111101 | 100 | 1001011 | 1010111 | 1000011 |
Color Harmonies of #CEF460
Complementary color
Monochromatic Colors of #CEF460
Black with #CEF460
Text Example
Text Example
White with #CEF460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF460; }
p { color: rgb(206,244,96); }
H1.HeaderClassName
{
color: #CEF460;
}
.AnyTagClassName
{
color: #CEF460;
}
</style>
background-color css
<style>
a { background-color: #CEF460; }
a { background-color: rgb(206,244,96); }
div.DivClassName
{
background-color: #CEF460;
}
.BgClassName
{
background-color: #CEF460;
}
</style>
border-color css
<style>
span { border-color: #CEF460; }
span { border-color: rgb(206,244,96); }
td.TdClassName
{
border-color: #CEF460;
}
.TagClassName
{
border-color: #CEF460;
}
</style>