Shades of Sulu #CEE182
Tints of Sulu #CEE182
RGB
CMYK
RGB Variations
Color information
#CEE182 (or 0xCEE182) is known color: Sulu. HEX triplet: CE, E1 and 82. RGB value is (206,225,130). Sum of RGB (Red+Green+Blue) = 206+225+130=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE182 is #311E7D. Grayscale: #D0D0D0. Windows color (decimal): -3219070 or 8577486. OLE color: 8577486.
HSL color Cylindrical-coordinate representation of color #CEE182: hue angle of 72º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEE182 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 130 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.12 |
| HSL | 72º | 0.61% | 0.7% | - |
| HSV(B) | 72º | 0.42% | 0.88% | - |
| XYZ | 56.41 | 68.58 | 31.38 | - |
| YUV | 208.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 130 | 0.08 | 0 | 0.42 | 0.12 | 72 | 0.61 | 0.7 |
| Hex | CE | E1 | 82 | 8 | 0 | 2A | C | 48 | 3D | 46 |
| Octal | 316 | 341 | 202 | 10 | 0 | 52 | 14 | 110 | 75 | 106 |
| Binary | 11001110 | 11100001 | 10000010 | 1000 | 0 | 101010 | 1100 | 1001000 | 111101 | 1000110 |
Color Harmonies of #CEE182
Complementary color
Monochromatic Colors of #CEE182
Black with #CEE182
Text Example
Text Example
White with #CEE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE182; }
p { color: rgb(206,225,130); }
H1.HeaderClassName
{
color: #CEE182;
}
.AnyTagClassName
{
color: #CEE182;
}
</style>
background-color css
<style>
a { background-color: #CEE182; }
a { background-color: rgb(206,225,130); }
div.DivClassName
{
background-color: #CEE182;
}
.BgClassName
{
background-color: #CEE182;
}
</style>
border-color css
<style>
span { border-color: #CEE182; }
span { border-color: rgb(206,225,130); }
td.TdClassName
{
border-color: #CEE182;
}
.TagClassName
{
border-color: #CEE182;
}
</style>