Shades of Sulu #CEE283
Tints of Sulu #CEE283
RGB
CMYK
RGB Variations
Color information
#CEE283 (or 0xCEE283) is known color: Sulu. HEX triplet: CE, E2 and 83. RGB value is (206,226,131). Sum of RGB (Red+Green+Blue) = 206+226+131=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE283 is #311D7C. Grayscale: #D1D1D1. Windows color (decimal): -3218813 or 8643278. OLE color: 8643278.
HSL color Cylindrical-coordinate representation of color #CEE283: hue angle of 72.63º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEE283 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 131 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.11 |
| HSL | 72.63º | 0.62% | 0.7% | - |
| HSV(B) | 72.63º | 0.42% | 0.89% | - |
| XYZ | 56.75 | 69.15 | 31.83 | - |
| YUV | 209.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 131 | 0.09 | 0 | 0.42 | 0.11 | 72.63 | 0.62 | 0.7 |
| Hex | CE | E2 | 83 | 9 | 0 | 2A | B | 49 | 3E | 46 |
| Octal | 316 | 342 | 203 | 11 | 0 | 52 | 13 | 111 | 76 | 106 |
| Binary | 11001110 | 11100010 | 10000011 | 1001 | 0 | 101010 | 1011 | 1001001 | 111110 | 1000110 |
Color Harmonies of #CEE283
Complementary color
Monochromatic Colors of #CEE283
Black with #CEE283
Text Example
Text Example
White with #CEE283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE283; }
p { color: rgb(206,226,131); }
H1.HeaderClassName
{
color: #CEE283;
}
.AnyTagClassName
{
color: #CEE283;
}
</style>
background-color css
<style>
a { background-color: #CEE283; }
a { background-color: rgb(206,226,131); }
div.DivClassName
{
background-color: #CEE283;
}
.BgClassName
{
background-color: #CEE283;
}
</style>
border-color css
<style>
span { border-color: #CEE283; }
span { border-color: rgb(206,226,131); }
td.TdClassName
{
border-color: #CEE283;
}
.TagClassName
{
border-color: #CEE283;
}
</style>