Shades of Mindaro #CEF254
Tints of Mindaro #CEF254
RGB
CMYK
RGB Variations
Color information
#CEF254 (or 0xCEF254) is known color: Mindaro. HEX triplet: CE, F2 and 54. RGB value is (206,242,84). Sum of RGB (Red+Green+Blue) = 206+242+84=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF254 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF254 is #310DAB. Grayscale: #D5D5D5. Windows color (decimal): -3214764 or 5567182. OLE color: 5567182.
HSL color Cylindrical-coordinate representation of color #CEF254: hue angle of 73.67º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEF254 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 84 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.05 |
| HSL | 73.67º | 0.86% | 0.64% | - |
| HSV(B) | 73.67º | 0.65% | 0.95% | - |
| XYZ | 58.81 | 77.27 | 20.2 | - |
| YUV | 213.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 84 | 0.15 | 0 | 0.65 | 0.05 | 73.67 | 0.86 | 0.64 |
| Hex | CE | F2 | 54 | F | 0 | 41 | 5 | 4A | 56 | 40 |
| Octal | 316 | 362 | 124 | 17 | 0 | 101 | 5 | 112 | 126 | 100 |
| Binary | 11001110 | 11110010 | 1010100 | 1111 | 0 | 1000001 | 101 | 1001010 | 1010110 | 1000000 |
Color Harmonies of #CEF254
Complementary color
Monochromatic Colors of #CEF254
Black with #CEF254
Text Example
Text Example
White with #CEF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF254; }
p { color: rgb(206,242,84); }
H1.HeaderClassName
{
color: #CEF254;
}
.AnyTagClassName
{
color: #CEF254;
}
</style>
background-color css
<style>
a { background-color: #CEF254; }
a { background-color: rgb(206,242,84); }
div.DivClassName
{
background-color: #CEF254;
}
.BgClassName
{
background-color: #CEF254;
}
</style>
border-color css
<style>
span { border-color: #CEF254; }
span { border-color: rgb(206,242,84); }
td.TdClassName
{
border-color: #CEF254;
}
.TagClassName
{
border-color: #CEF254;
}
</style>