Shades of Sulu #CEF785
Tints of Sulu #CEF785
RGB
CMYK
RGB Variations
Color information
#CEF785 (or 0xCEF785) is known color: Sulu. HEX triplet: CE, F7 and 85. RGB value is (206,247,133). Sum of RGB (Red+Green+Blue) = 206+247+133=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF785 is #31087A. Grayscale: #DEDEDE. Windows color (decimal): -3213435 or 8779726. OLE color: 8779726.
HSL color Cylindrical-coordinate representation of color #CEF785: hue angle of 81.58º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEF785 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 133 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.03 |
| HSL | 81.58º | 0.88% | 0.75% | - |
| HSV(B) | 81.58º | 0.46% | 0.97% | - |
| XYZ | 62.95 | 81.34 | 34.57 | - |
| YUV | 221.75 | 77.92 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 133 | 0.17 | 0 | 0.46 | 0.03 | 81.58 | 0.88 | 0.75 |
| Hex | CE | F7 | 85 | 11 | 0 | 2E | 3 | 52 | 58 | 4B |
| Octal | 316 | 367 | 205 | 21 | 0 | 56 | 3 | 122 | 130 | 113 |
| Binary | 11001110 | 11110111 | 10000101 | 10001 | 0 | 101110 | 11 | 1010010 | 1011000 | 1001011 |
Color Harmonies of #CEF785
Complementary color
Monochromatic Colors of #CEF785
Black with #CEF785
Text Example
Text Example
White with #CEF785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF785; }
p { color: rgb(206,247,133); }
H1.HeaderClassName
{
color: #CEF785;
}
.AnyTagClassName
{
color: #CEF785;
}
</style>
background-color css
<style>
a { background-color: #CEF785; }
a { background-color: rgb(206,247,133); }
div.DivClassName
{
background-color: #CEF785;
}
.BgClassName
{
background-color: #CEF785;
}
</style>
border-color css
<style>
span { border-color: #CEF785; }
span { border-color: rgb(206,247,133); }
td.TdClassName
{
border-color: #CEF785;
}
.TagClassName
{
border-color: #CEF785;
}
</style>