Shades of Mindaro #CEFC55
Tints of Mindaro #CEFC55
RGB
CMYK
RGB Variations
Color information
#CEFC55 (or 0xCEFC55) is known color: Mindaro. HEX triplet: CE, FC and 55. RGB value is (206,252,85). Sum of RGB (Red+Green+Blue) = 206+252+85=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC55 is #3103AA. Grayscale: #DBDBDB. Windows color (decimal): -3212203 or 5635278. OLE color: 5635278.
HSL color Cylindrical-coordinate representation of color #CEFC55: hue angle of 76.53º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEFC55 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 85 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.01 |
| HSL | 76.53º | 0.97% | 0.66% | - |
| HSV(B) | 76.53º | 0.66% | 0.99% | - |
| XYZ | 61.9 | 83.4 | 21.43 | - |
| YUV | 219.21 | 52.26 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 85 | 0.18 | 0 | 0.66 | 0.01 | 76.53 | 0.97 | 0.66 |
| Hex | CE | FC | 55 | 12 | 0 | 42 | 1 | 4D | 61 | 42 |
| Octal | 316 | 374 | 125 | 22 | 0 | 102 | 1 | 115 | 141 | 102 |
| Binary | 11001110 | 11111100 | 1010101 | 10010 | 0 | 1000010 | 1 | 1001101 | 1100001 | 1000010 |
Color Harmonies of #CEFC55
Complementary color
Monochromatic Colors of #CEFC55
Black with #CEFC55
Text Example
Text Example
White with #CEFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC55; }
p { color: rgb(206,252,85); }
H1.HeaderClassName
{
color: #CEFC55;
}
.AnyTagClassName
{
color: #CEFC55;
}
</style>
background-color css
<style>
a { background-color: #CEFC55; }
a { background-color: rgb(206,252,85); }
div.DivClassName
{
background-color: #CEFC55;
}
.BgClassName
{
background-color: #CEFC55;
}
</style>
border-color css
<style>
span { border-color: #CEFC55; }
span { border-color: rgb(206,252,85); }
td.TdClassName
{
border-color: #CEFC55;
}
.TagClassName
{
border-color: #CEFC55;
}
</style>