Shades of Sulu #CEF680
Tints of Sulu #CEF680
RGB
CMYK
RGB Variations
Color information
#CEF680 (or 0xCEF680) is known color: Sulu. HEX triplet: CE, F6 and 80. RGB value is (206,246,128). Sum of RGB (Red+Green+Blue) = 206+246+128=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF680 is #31097F. Grayscale: #DDDDDD. Windows color (decimal): -3213696 or 8451790. OLE color: 8451790.
HSL color Cylindrical-coordinate representation of color #CEF680: hue angle of 80.34º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEF680 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 128 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.04 |
| HSL | 80.34º | 0.87% | 0.73% | - |
| HSV(B) | 80.34º | 0.48% | 0.96% | - |
| XYZ | 62.31 | 80.59 | 32.69 | - |
| YUV | 220.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 128 | 0.16 | 0 | 0.48 | 0.04 | 80.34 | 0.87 | 0.73 |
| Hex | CE | F6 | 80 | 10 | 0 | 30 | 4 | 50 | 57 | 49 |
| Octal | 316 | 366 | 200 | 20 | 0 | 60 | 4 | 120 | 127 | 111 |
| Binary | 11001110 | 11110110 | 10000000 | 10000 | 0 | 110000 | 100 | 1010000 | 1010111 | 1001001 |
Color Harmonies of #CEF680
Complementary color
Monochromatic Colors of #CEF680
Black with #CEF680
Text Example
Text Example
White with #CEF680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF680; }
p { color: rgb(206,246,128); }
H1.HeaderClassName
{
color: #CEF680;
}
.AnyTagClassName
{
color: #CEF680;
}
</style>
background-color css
<style>
a { background-color: #CEF680; }
a { background-color: rgb(206,246,128); }
div.DivClassName
{
background-color: #CEF680;
}
.BgClassName
{
background-color: #CEF680;
}
</style>
border-color css
<style>
span { border-color: #CEF680; }
span { border-color: rgb(206,246,128); }
td.TdClassName
{
border-color: #CEF680;
}
.TagClassName
{
border-color: #CEF680;
}
</style>