Shades of Mindaro #CEFF53
Tints of Mindaro #CEFF53
RGB
CMYK
RGB Variations
Color information
#CEFF53 (or 0xCEFF53) is known color: Mindaro. HEX triplet: CE, FF and 53. RGB value is (206,255,83). Sum of RGB (Red+Green+Blue) = 206+255+83=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 83 (32.81% from 255 or 15.26% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF53 is #3100AC. Grayscale: #DDDDDD. Windows color (decimal): -3211437 or 5504974. OLE color: 5504974.
HSL color Cylindrical-coordinate representation of color #CEFF53: hue angle of 77.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEFF53 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 83 | - |
| CMYK | 0.19 | 0 | 0.67 | 0 |
| HSL | 77.09º | 1% | 0.66% | - |
| HSV(B) | 77.09º | 0.67% | 1% | - |
| XYZ | 62.77 | 85.27 | 21.33 | - |
| YUV | 220.74 | 50.27 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 83 | 0.19 | 0 | 0.67 | 0 | 77.09 | 1 | 0.66 |
| Hex | CE | FF | 53 | 13 | 0 | 43 | 0 | 4D | 64 | 42 |
| Octal | 316 | 377 | 123 | 23 | 0 | 103 | 0 | 115 | 144 | 102 |
| Binary | 11001110 | 11111111 | 1010011 | 10011 | 0 | 1000011 | 0 | 1001101 | 1100100 | 1000010 |
Color Harmonies of #CEFF53
Complementary color
Monochromatic Colors of #CEFF53
Black with #CEFF53
Text Example
Text Example
White with #CEFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF53; }
p { color: rgb(206,255,83); }
H1.HeaderClassName
{
color: #CEFF53;
}
.AnyTagClassName
{
color: #CEFF53;
}
</style>
background-color css
<style>
a { background-color: #CEFF53; }
a { background-color: rgb(206,255,83); }
div.DivClassName
{
background-color: #CEFF53;
}
.BgClassName
{
background-color: #CEFF53;
}
</style>
border-color css
<style>
span { border-color: #CEFF53; }
span { border-color: rgb(206,255,83); }
td.TdClassName
{
border-color: #CEFF53;
}
.TagClassName
{
border-color: #CEFF53;
}
</style>