Shades of Mindaro #CEFC54
Tints of Mindaro #CEFC54
RGB
CMYK
RGB Variations
Color information
#CEFC54 (or 0xCEFC54) is known color: Mindaro. HEX triplet: CE, FC and 54. RGB value is (206,252,84). Sum of RGB (Red+Green+Blue) = 206+252+84=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 84 (33.20% from 255 or 15.50% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC54 is #3103AB. Grayscale: #DBDBDB. Windows color (decimal): -3212204 or 5569742. OLE color: 5569742.
HSL color Cylindrical-coordinate representation of color #CEFC54: hue angle of 76.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEFC54 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 84 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.01 |
| HSL | 76.43º | 0.97% | 0.66% | - |
| HSV(B) | 76.43º | 0.67% | 0.99% | - |
| XYZ | 61.86 | 83.38 | 21.22 | - |
| YUV | 219.09 | 51.76 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 84 | 0.18 | 0 | 0.67 | 0.01 | 76.43 | 0.97 | 0.66 |
| Hex | CE | FC | 54 | 12 | 0 | 43 | 1 | 4C | 61 | 42 |
| Octal | 316 | 374 | 124 | 22 | 0 | 103 | 1 | 114 | 141 | 102 |
| Binary | 11001110 | 11111100 | 1010100 | 10010 | 0 | 1000011 | 1 | 1001100 | 1100001 | 1000010 |
Color Harmonies of #CEFC54
Complementary color
Monochromatic Colors of #CEFC54
Black with #CEFC54
Text Example
Text Example
White with #CEFC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC54; }
p { color: rgb(206,252,84); }
H1.HeaderClassName
{
color: #CEFC54;
}
.AnyTagClassName
{
color: #CEFC54;
}
</style>
background-color css
<style>
a { background-color: #CEFC54; }
a { background-color: rgb(206,252,84); }
div.DivClassName
{
background-color: #CEFC54;
}
.BgClassName
{
background-color: #CEFC54;
}
</style>
border-color css
<style>
span { border-color: #CEFC54; }
span { border-color: rgb(206,252,84); }
td.TdClassName
{
border-color: #CEFC54;
}
.TagClassName
{
border-color: #CEFC54;
}
</style>