Shades of Mindaro #CEF956
Tints of Mindaro #CEF956
RGB
CMYK
RGB Variations
Color information
#CEF956 (or 0xCEF956) is known color: Mindaro. HEX triplet: CE, F9 and 56. RGB value is (206,249,86). Sum of RGB (Red+Green+Blue) = 206+249+86=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 86 (33.98% from 255 or 15.90% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF956 is #3106A9. Grayscale: #DADADA. Windows color (decimal): -3212970 or 5700046. OLE color: 5700046.
HSL color Cylindrical-coordinate representation of color #CEF956: hue angle of 75.83º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEF956 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 86 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.02 |
| HSL | 75.83º | 0.93% | 0.66% | - |
| HSV(B) | 75.83º | 0.65% | 0.98% | - |
| XYZ | 61.01 | 81.55 | 21.33 | - |
| YUV | 217.56 | 53.75 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 86 | 0.17 | 0 | 0.65 | 0.02 | 75.83 | 0.93 | 0.66 |
| Hex | CE | F9 | 56 | 11 | 0 | 41 | 2 | 4C | 5D | 42 |
| Octal | 316 | 371 | 126 | 21 | 0 | 101 | 2 | 114 | 135 | 102 |
| Binary | 11001110 | 11111001 | 1010110 | 10001 | 0 | 1000001 | 10 | 1001100 | 1011101 | 1000010 |
Color Harmonies of #CEF956
Complementary color
Monochromatic Colors of #CEF956
Black with #CEF956
Text Example
Text Example
White with #CEF956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF956; }
p { color: rgb(206,249,86); }
H1.HeaderClassName
{
color: #CEF956;
}
.AnyTagClassName
{
color: #CEF956;
}
</style>
background-color css
<style>
a { background-color: #CEF956; }
a { background-color: rgb(206,249,86); }
div.DivClassName
{
background-color: #CEF956;
}
.BgClassName
{
background-color: #CEF956;
}
</style>
border-color css
<style>
span { border-color: #CEF956; }
span { border-color: rgb(206,249,86); }
td.TdClassName
{
border-color: #CEF956;
}
.TagClassName
{
border-color: #CEF956;
}
</style>