Shades of Sulu #CEE385
Tints of Sulu #CEE385
RGB
CMYK
RGB Variations
Color information
#CEE385 (or 0xCEE385) is known color: Sulu. HEX triplet: CE, E3 and 85. RGB value is (206,227,133). Sum of RGB (Red+Green+Blue) = 206+227+133=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE385 is #311C7A. Grayscale: #D2D2D2. Windows color (decimal): -3218555 or 8774606. OLE color: 8774606.
HSL color Cylindrical-coordinate representation of color #CEE385: hue angle of 73.4º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEE385 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 133 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.11 |
| HSL | 73.4º | 0.63% | 0.71% | - |
| HSV(B) | 73.4º | 0.41% | 0.89% | - |
| XYZ | 57.16 | 69.75 | 32.64 | - |
| YUV | 210.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 133 | 0.09 | 0 | 0.41 | 0.11 | 73.4 | 0.63 | 0.71 |
| Hex | CE | E3 | 85 | 9 | 0 | 29 | B | 49 | 3F | 47 |
| Octal | 316 | 343 | 205 | 11 | 0 | 51 | 13 | 111 | 77 | 107 |
| Binary | 11001110 | 11100011 | 10000101 | 1001 | 0 | 101001 | 1011 | 1001001 | 111111 | 1000111 |
Color Harmonies of #CEE385
Complementary color
Monochromatic Colors of #CEE385
Black with #CEE385
Text Example
Text Example
White with #CEE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE385; }
p { color: rgb(206,227,133); }
H1.HeaderClassName
{
color: #CEE385;
}
.AnyTagClassName
{
color: #CEE385;
}
</style>
background-color css
<style>
a { background-color: #CEE385; }
a { background-color: rgb(206,227,133); }
div.DivClassName
{
background-color: #CEE385;
}
.BgClassName
{
background-color: #CEE385;
}
</style>
border-color css
<style>
span { border-color: #CEE385; }
span { border-color: rgb(206,227,133); }
td.TdClassName
{
border-color: #CEE385;
}
.TagClassName
{
border-color: #CEE385;
}
</style>