Shades of Sulu #CEE383
Tints of Sulu #CEE383
RGB
CMYK
RGB Variations
Color information
#CEE383 (or 0xCEE383) is known color: Sulu. HEX triplet: CE, E3 and 83. RGB value is (206,227,131). Sum of RGB (Red+Green+Blue) = 206+227+131=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE383 is #311C7C. Grayscale: #D2D2D2. Windows color (decimal): -3218557 or 8643534. OLE color: 8643534.
HSL color Cylindrical-coordinate representation of color #CEE383: hue angle of 73.12º degrees, saturation: 0.63, 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 #CEE383 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 131 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.11 |
| HSL | 73.13º | 0.63% | 0.7% | - |
| HSV(B) | 73.13º | 0.42% | 0.89% | - |
| XYZ | 57.02 | 69.7 | 31.92 | - |
| YUV | 209.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 131 | 0.09 | 0 | 0.42 | 0.11 | 73.13 | 0.63 | 0.7 |
| Hex | CE | E3 | 83 | 9 | 0 | 2A | B | 49 | 3F | 46 |
| Octal | 316 | 343 | 203 | 11 | 0 | 52 | 13 | 111 | 77 | 106 |
| Binary | 11001110 | 11100011 | 10000011 | 1001 | 0 | 101010 | 1011 | 1001001 | 111111 | 1000110 |
Color Harmonies of #CEE383
Complementary color
Monochromatic Colors of #CEE383
Black with #CEE383
Text Example
Text Example
White with #CEE383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE383; }
p { color: rgb(206,227,131); }
H1.HeaderClassName
{
color: #CEE383;
}
.AnyTagClassName
{
color: #CEE383;
}
</style>
background-color css
<style>
a { background-color: #CEE383; }
a { background-color: rgb(206,227,131); }
div.DivClassName
{
background-color: #CEE383;
}
.BgClassName
{
background-color: #CEE383;
}
</style>
border-color css
<style>
span { border-color: #CEE383; }
span { border-color: rgb(206,227,131); }
td.TdClassName
{
border-color: #CEE383;
}
.TagClassName
{
border-color: #CEE383;
}
</style>