Shades of Sulu #CEF379
Tints of Sulu #CEF379
RGB
CMYK
RGB Variations
Color information
#CEF379 (or 0xCEF379) is known color: Sulu. HEX triplet: CE, F3 and 79. RGB value is (206,243,121). Sum of RGB (Red+Green+Blue) = 206+243+121=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF379 is #310C86. Grayscale: #DADADA. Windows color (decimal): -3214471 or 7992270. OLE color: 7992270.
HSL color Cylindrical-coordinate representation of color #CEF379: hue angle of 78.2º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF379 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 121 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.05 |
| HSL | 78.2º | 0.84% | 0.71% | - |
| HSV(B) | 78.2º | 0.5% | 0.95% | - |
| XYZ | 60.96 | 78.6 | 30.05 | - |
| YUV | 218.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 121 | 0.15 | 0 | 0.50 | 0.05 | 78.2 | 0.84 | 0.71 |
| Hex | CE | F3 | 79 | F | 0 | 32 | 5 | 4E | 54 | 47 |
| Octal | 316 | 363 | 171 | 17 | 0 | 62 | 5 | 116 | 124 | 107 |
| Binary | 11001110 | 11110011 | 1111001 | 1111 | 0 | 110010 | 101 | 1001110 | 1010100 | 1000111 |
Color Harmonies of #CEF379
Complementary color
Monochromatic Colors of #CEF379
Black with #CEF379
Text Example
Text Example
White with #CEF379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF379; }
p { color: rgb(206,243,121); }
H1.HeaderClassName
{
color: #CEF379;
}
.AnyTagClassName
{
color: #CEF379;
}
</style>
background-color css
<style>
a { background-color: #CEF379; }
a { background-color: rgb(206,243,121); }
div.DivClassName
{
background-color: #CEF379;
}
.BgClassName
{
background-color: #CEF379;
}
</style>
border-color css
<style>
span { border-color: #CEF379; }
span { border-color: rgb(206,243,121); }
td.TdClassName
{
border-color: #CEF379;
}
.TagClassName
{
border-color: #CEF379;
}
</style>