Shades of Mindaro #CEFF60
Tints of Mindaro #CEFF60
RGB
CMYK
RGB Variations
Color information
#CEFF60 (or 0xCEFF60) is known color: Mindaro. HEX triplet: CE, FF and 60. RGB value is (206,255,96). Sum of RGB (Red+Green+Blue) = 206+255+96=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF60 is #31009F. Grayscale: #DEDEDE. Windows color (decimal): -3211424 or 6356942. OLE color: 6356942.
HSL color Cylindrical-coordinate representation of color #CEFF60: hue angle of 78.49º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEFF60 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 96 | - |
| CMYK | 0.19 | 0 | 0.62 | 0 |
| HSL | 78.49º | 1% | 0.69% | - |
| HSV(B) | 78.49º | 0.62% | 1% | - |
| XYZ | 63.32 | 85.49 | 24.23 | - |
| YUV | 222.22 | 56.77 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 96 | 0.19 | 0 | 0.62 | 0 | 78.49 | 1 | 0.69 |
| Hex | CE | FF | 60 | 13 | 0 | 3E | 0 | 4E | 64 | 45 |
| Octal | 316 | 377 | 140 | 23 | 0 | 76 | 0 | 116 | 144 | 105 |
| Binary | 11001110 | 11111111 | 1100000 | 10011 | 0 | 111110 | 0 | 1001110 | 1100100 | 1000101 |
Color Harmonies of #CEFF60
Complementary color
Monochromatic Colors of #CEFF60
Black with #CEFF60
Text Example
Text Example
White with #CEFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF60; }
p { color: rgb(206,255,96); }
H1.HeaderClassName
{
color: #CEFF60;
}
.AnyTagClassName
{
color: #CEFF60;
}
</style>
background-color css
<style>
a { background-color: #CEFF60; }
a { background-color: rgb(206,255,96); }
div.DivClassName
{
background-color: #CEFF60;
}
.BgClassName
{
background-color: #CEFF60;
}
</style>
border-color css
<style>
span { border-color: #CEFF60; }
span { border-color: rgb(206,255,96); }
td.TdClassName
{
border-color: #CEFF60;
}
.TagClassName
{
border-color: #CEFF60;
}
</style>