Shades of Mindaro #CEFE60
Tints of Mindaro #CEFE60
RGB
CMYK
RGB Variations
Color information
#CEFE60 (or 0xCEFE60) is known color: Mindaro. HEX triplet: CE, FE and 60. RGB value is (206,254,96). Sum of RGB (Red+Green+Blue) = 206+254+96=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE60 is #31019F. Grayscale: #DEDEDE. Windows color (decimal): -3211680 or 6356686. OLE color: 6356686.
HSL color Cylindrical-coordinate representation of color #CEFE60: hue angle of 78.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEFE60 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 96 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.00 |
| HSL | 78.23º | 0.99% | 0.69% | - |
| HSV(B) | 78.23º | 0.62% | 1% | - |
| XYZ | 63.01 | 84.85 | 24.12 | - |
| YUV | 221.64 | 57.1 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 96 | 0.19 | 0 | 0.62 | 0.00 | 78.23 | 0.99 | 0.69 |
| Hex | CE | FE | 60 | 13 | 0 | 3E | 0 | 4E | 63 | 45 |
| Octal | 316 | 376 | 140 | 23 | 0 | 76 | 0 | 116 | 143 | 105 |
| Binary | 11001110 | 11111110 | 1100000 | 10011 | 0 | 111110 | 0 | 1001110 | 1100011 | 1000101 |
Color Harmonies of #CEFE60
Complementary color
Monochromatic Colors of #CEFE60
Black with #CEFE60
Text Example
Text Example
White with #CEFE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE60; }
p { color: rgb(206,254,96); }
H1.HeaderClassName
{
color: #CEFE60;
}
.AnyTagClassName
{
color: #CEFE60;
}
</style>
background-color css
<style>
a { background-color: #CEFE60; }
a { background-color: rgb(206,254,96); }
div.DivClassName
{
background-color: #CEFE60;
}
.BgClassName
{
background-color: #CEFE60;
}
</style>
border-color css
<style>
span { border-color: #CEFE60; }
span { border-color: rgb(206,254,96); }
td.TdClassName
{
border-color: #CEFE60;
}
.TagClassName
{
border-color: #CEFE60;
}
</style>