Shades of Sulu #CEE382
Tints of Sulu #CEE382
RGB
CMYK
RGB Variations
Color information
#CEE382 (or 0xCEE382) is known color: Sulu. HEX triplet: CE, E3 and 82. RGB value is (206,227,130). Sum of RGB (Red+Green+Blue) = 206+227+130=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE382 is #311C7D. Grayscale: #D2D2D2. Windows color (decimal): -3218558 or 8577998. OLE color: 8577998.
HSL color Cylindrical-coordinate representation of color #CEE382: hue angle of 72.99º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEE382 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 130 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.11 |
| HSL | 72.99º | 0.63% | 0.7% | - |
| HSV(B) | 72.99º | 0.43% | 0.89% | - |
| XYZ | 56.95 | 69.67 | 31.57 | - |
| YUV | 209.66 | 83.04 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 130 | 0.09 | 0 | 0.43 | 0.11 | 72.99 | 0.63 | 0.7 |
| Hex | CE | E3 | 82 | 9 | 0 | 2B | B | 49 | 3F | 46 |
| Octal | 316 | 343 | 202 | 11 | 0 | 53 | 13 | 111 | 77 | 106 |
| Binary | 11001110 | 11100011 | 10000010 | 1001 | 0 | 101011 | 1011 | 1001001 | 111111 | 1000110 |
Color Harmonies of #CEE382
Complementary color
Monochromatic Colors of #CEE382
Black with #CEE382
Text Example
Text Example
White with #CEE382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE382; }
p { color: rgb(206,227,130); }
H1.HeaderClassName
{
color: #CEE382;
}
.AnyTagClassName
{
color: #CEE382;
}
</style>
background-color css
<style>
a { background-color: #CEE382; }
a { background-color: rgb(206,227,130); }
div.DivClassName
{
background-color: #CEE382;
}
.BgClassName
{
background-color: #CEE382;
}
</style>
border-color css
<style>
span { border-color: #CEE382; }
span { border-color: rgb(206,227,130); }
td.TdClassName
{
border-color: #CEE382;
}
.TagClassName
{
border-color: #CEE382;
}
</style>