Shades of Sulu #CEF97C
Tints of Sulu #CEF97C
RGB
CMYK
RGB Variations
Color information
#CEF97C (or 0xCEF97C) is known color: Sulu. HEX triplet: CE, F9 and 7C. RGB value is (206,249,124). Sum of RGB (Red+Green+Blue) = 206+249+124=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF97C is #310683. Grayscale: #DEDEDE. Windows color (decimal): -3212932 or 8190414. OLE color: 8190414.
HSL color Cylindrical-coordinate representation of color #CEF97C: hue angle of 80.64º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF97C is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 124 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.02 |
| HSL | 80.64º | 0.91% | 0.73% | - |
| HSV(B) | 80.64º | 0.5% | 0.98% | - |
| XYZ | 62.97 | 82.33 | 31.64 | - |
| YUV | 221.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 124 | 0.17 | 0 | 0.50 | 0.02 | 80.64 | 0.91 | 0.73 |
| Hex | CE | F9 | 7C | 11 | 0 | 32 | 2 | 51 | 5B | 49 |
| Octal | 316 | 371 | 174 | 21 | 0 | 62 | 2 | 121 | 133 | 111 |
| Binary | 11001110 | 11111001 | 1111100 | 10001 | 0 | 110010 | 10 | 1010001 | 1011011 | 1001001 |
Color Harmonies of #CEF97C
Complementary color
Monochromatic Colors of #CEF97C
Black with #CEF97C
Text Example
Text Example
White with #CEF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF97C; }
p { color: rgb(206,249,124); }
H1.HeaderClassName
{
color: #CEF97C;
}
.AnyTagClassName
{
color: #CEF97C;
}
</style>
background-color css
<style>
a { background-color: #CEF97C; }
a { background-color: rgb(206,249,124); }
div.DivClassName
{
background-color: #CEF97C;
}
.BgClassName
{
background-color: #CEF97C;
}
</style>
border-color css
<style>
span { border-color: #CEF97C; }
span { border-color: rgb(206,249,124); }
td.TdClassName
{
border-color: #CEF97C;
}
.TagClassName
{
border-color: #CEF97C;
}
</style>