Shades of Mindaro #CEF950
Tints of Mindaro #CEF950
RGB
CMYK
RGB Variations
Color information
#CEF950 (or 0xCEF950) is known color: Mindaro. HEX triplet: CE, F9 and 50. RGB value is (206,249,80). Sum of RGB (Red+Green+Blue) = 206+249+80=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF950 is #3106AF. Grayscale: #D9D9D9. Windows color (decimal): -3212976 or 5306830. OLE color: 5306830.
HSL color Cylindrical-coordinate representation of color #CEF950: hue angle of 75.27º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEF950 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 80 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.02 |
| HSL | 75.27º | 0.93% | 0.65% | - |
| HSV(B) | 75.27º | 0.68% | 0.98% | - |
| XYZ | 60.78 | 81.45 | 20.11 | - |
| YUV | 216.88 | 50.75 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 80 | 0.17 | 0 | 0.68 | 0.02 | 75.27 | 0.93 | 0.65 |
| Hex | CE | F9 | 50 | 11 | 0 | 44 | 2 | 4B | 5D | 41 |
| Octal | 316 | 371 | 120 | 21 | 0 | 104 | 2 | 113 | 135 | 101 |
| Binary | 11001110 | 11111001 | 1010000 | 10001 | 0 | 1000100 | 10 | 1001011 | 1011101 | 1000001 |
Color Harmonies of #CEF950
Complementary color
Monochromatic Colors of #CEF950
Black with #CEF950
Text Example
Text Example
White with #CEF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF950; }
p { color: rgb(206,249,80); }
H1.HeaderClassName
{
color: #CEF950;
}
.AnyTagClassName
{
color: #CEF950;
}
</style>
background-color css
<style>
a { background-color: #CEF950; }
a { background-color: rgb(206,249,80); }
div.DivClassName
{
background-color: #CEF950;
}
.BgClassName
{
background-color: #CEF950;
}
</style>
border-color css
<style>
span { border-color: #CEF950; }
span { border-color: rgb(206,249,80); }
td.TdClassName
{
border-color: #CEF950;
}
.TagClassName
{
border-color: #CEF950;
}
</style>