Shades of Mindaro #CEF951
Tints of Mindaro #CEF951
RGB
CMYK
RGB Variations
Color information
#CEF951 (or 0xCEF951) is known color: Mindaro. HEX triplet: CE, F9 and 51. RGB value is (206,249,81). Sum of RGB (Red+Green+Blue) = 206+249+81=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 81 (32.03% from 255 or 15.11% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF951 is #3106AE. Grayscale: #D9D9D9. Windows color (decimal): -3212975 or 5372366. OLE color: 5372366.
HSL color Cylindrical-coordinate representation of color #CEF951: hue angle of 75.36º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEF951 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 81 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.02 |
| HSL | 75.36º | 0.93% | 0.65% | - |
| HSV(B) | 75.36º | 0.67% | 0.98% | - |
| XYZ | 60.81 | 81.47 | 20.3 | - |
| YUV | 216.99 | 51.25 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 81 | 0.17 | 0 | 0.67 | 0.02 | 75.36 | 0.93 | 0.65 |
| Hex | CE | F9 | 51 | 11 | 0 | 43 | 2 | 4B | 5D | 41 |
| Octal | 316 | 371 | 121 | 21 | 0 | 103 | 2 | 113 | 135 | 101 |
| Binary | 11001110 | 11111001 | 1010001 | 10001 | 0 | 1000011 | 10 | 1001011 | 1011101 | 1000001 |
Color Harmonies of #CEF951
Complementary color
Monochromatic Colors of #CEF951
Black with #CEF951
Text Example
Text Example
White with #CEF951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF951; }
p { color: rgb(206,249,81); }
H1.HeaderClassName
{
color: #CEF951;
}
.AnyTagClassName
{
color: #CEF951;
}
</style>
background-color css
<style>
a { background-color: #CEF951; }
a { background-color: rgb(206,249,81); }
div.DivClassName
{
background-color: #CEF951;
}
.BgClassName
{
background-color: #CEF951;
}
</style>
border-color css
<style>
span { border-color: #CEF951; }
span { border-color: rgb(206,249,81); }
td.TdClassName
{
border-color: #CEF951;
}
.TagClassName
{
border-color: #CEF951;
}
</style>