Shades of Sulu #CEF378
Tints of Sulu #CEF378
RGB
CMYK
RGB Variations
Color information
#CEF378 (or 0xCEF378) is known color: Sulu. HEX triplet: CE, F3 and 78. RGB value is (206,243,120). Sum of RGB (Red+Green+Blue) = 206+243+120=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF378 is #310C87. Grayscale: #DADADA. Windows color (decimal): -3214472 or 7926734. OLE color: 7926734.
HSL color Cylindrical-coordinate representation of color #CEF378: hue angle of 78.05º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEF378 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 120 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.05 |
| HSL | 78.05º | 0.84% | 0.71% | - |
| HSV(B) | 78.05º | 0.51% | 0.95% | - |
| XYZ | 60.89 | 78.58 | 29.73 | - |
| YUV | 217.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 120 | 0.15 | 0 | 0.51 | 0.05 | 78.05 | 0.84 | 0.71 |
| Hex | CE | F3 | 78 | F | 0 | 33 | 5 | 4E | 54 | 47 |
| Octal | 316 | 363 | 170 | 17 | 0 | 63 | 5 | 116 | 124 | 107 |
| Binary | 11001110 | 11110011 | 1111000 | 1111 | 0 | 110011 | 101 | 1001110 | 1010100 | 1000111 |
Color Harmonies of #CEF378
Complementary color
Monochromatic Colors of #CEF378
Black with #CEF378
Text Example
Text Example
White with #CEF378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF378; }
p { color: rgb(206,243,120); }
H1.HeaderClassName
{
color: #CEF378;
}
.AnyTagClassName
{
color: #CEF378;
}
</style>
background-color css
<style>
a { background-color: #CEF378; }
a { background-color: rgb(206,243,120); }
div.DivClassName
{
background-color: #CEF378;
}
.BgClassName
{
background-color: #CEF378;
}
</style>
border-color css
<style>
span { border-color: #CEF378; }
span { border-color: rgb(206,243,120); }
td.TdClassName
{
border-color: #CEF378;
}
.TagClassName
{
border-color: #CEF378;
}
</style>