Shades of Sulu #CEF380
Tints of Sulu #CEF380
RGB
CMYK
RGB Variations
Color information
#CEF380 (or 0xCEF380) is known color: Sulu. HEX triplet: CE, F3 and 80. RGB value is (206,243,128). Sum of RGB (Red+Green+Blue) = 206+243+128=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF380 is #310C7F. Grayscale: #DBDBDB. Windows color (decimal): -3214464 or 8451022. OLE color: 8451022.
HSL color Cylindrical-coordinate representation of color #CEF380: hue angle of 79.3º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEF380 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 128 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.05 |
| HSL | 79.3º | 0.83% | 0.73% | - |
| HSV(B) | 79.3º | 0.47% | 0.95% | - |
| XYZ | 61.4 | 78.78 | 32.39 | - |
| YUV | 218.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 128 | 0.15 | 0 | 0.47 | 0.05 | 79.3 | 0.83 | 0.73 |
| Hex | CE | F3 | 80 | F | 0 | 2F | 5 | 4F | 53 | 49 |
| Octal | 316 | 363 | 200 | 17 | 0 | 57 | 5 | 117 | 123 | 111 |
| Binary | 11001110 | 11110011 | 10000000 | 1111 | 0 | 101111 | 101 | 1001111 | 1010011 | 1001001 |
Color Harmonies of #CEF380
Complementary color
Monochromatic Colors of #CEF380
Black with #CEF380
Text Example
Text Example
White with #CEF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF380; }
p { color: rgb(206,243,128); }
H1.HeaderClassName
{
color: #CEF380;
}
.AnyTagClassName
{
color: #CEF380;
}
</style>
background-color css
<style>
a { background-color: #CEF380; }
a { background-color: rgb(206,243,128); }
div.DivClassName
{
background-color: #CEF380;
}
.BgClassName
{
background-color: #CEF380;
}
</style>
border-color css
<style>
span { border-color: #CEF380; }
span { border-color: rgb(206,243,128); }
td.TdClassName
{
border-color: #CEF380;
}
.TagClassName
{
border-color: #CEF380;
}
</style>