Shades of Sulu #CEE384
Tints of Sulu #CEE384
RGB
CMYK
RGB Variations
Color information
#CEE384 (or 0xCEE384) is known color: Sulu. HEX triplet: CE, E3 and 84. RGB value is (206,227,132). Sum of RGB (Red+Green+Blue) = 206+227+132=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE384 is #311C7B. Grayscale: #D2D2D2. Windows color (decimal): -3218556 or 8709070. OLE color: 8709070.
HSL color Cylindrical-coordinate representation of color #CEE384: hue angle of 73.26º 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 #CEE384 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 132 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.11 |
| HSL | 73.26º | 0.63% | 0.7% | - |
| HSV(B) | 73.26º | 0.42% | 0.89% | - |
| XYZ | 57.09 | 69.73 | 32.28 | - |
| YUV | 209.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 132 | 0.09 | 0 | 0.42 | 0.11 | 73.26 | 0.63 | 0.7 |
| Hex | CE | E3 | 84 | 9 | 0 | 2A | B | 49 | 3F | 46 |
| Octal | 316 | 343 | 204 | 11 | 0 | 52 | 13 | 111 | 77 | 106 |
| Binary | 11001110 | 11100011 | 10000100 | 1001 | 0 | 101010 | 1011 | 1001001 | 111111 | 1000110 |
Color Harmonies of #CEE384
Complementary color
Monochromatic Colors of #CEE384
Black with #CEE384
Text Example
Text Example
White with #CEE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE384; }
p { color: rgb(206,227,132); }
H1.HeaderClassName
{
color: #CEE384;
}
.AnyTagClassName
{
color: #CEE384;
}
</style>
background-color css
<style>
a { background-color: #CEE384; }
a { background-color: rgb(206,227,132); }
div.DivClassName
{
background-color: #CEE384;
}
.BgClassName
{
background-color: #CEE384;
}
</style>
border-color css
<style>
span { border-color: #CEE384; }
span { border-color: rgb(206,227,132); }
td.TdClassName
{
border-color: #CEE384;
}
.TagClassName
{
border-color: #CEE384;
}
</style>