Shades of Sulu #CCE381
Tints of Sulu #CCE381
RGB
CMYK
RGB Variations
Color information
#CCE381 (or 0xCCE381) is known color: Sulu. HEX triplet: CC, E3 and 81. RGB value is (204,227,129). Sum of RGB (Red+Green+Blue) = 204+227+129=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE381 is #331C7E. Grayscale: #D1D1D1. Windows color (decimal): -3349631 or 8512460. OLE color: 8512460.
HSL color Cylindrical-coordinate representation of color #CCE381: hue angle of 74.08º degrees, saturation: 0.64, 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 #CCE381 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 129 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.11 |
| HSL | 74.08º | 0.64% | 0.7% | - |
| HSV(B) | 74.08º | 0.43% | 0.89% | - |
| XYZ | 56.33 | 69.36 | 31.19 | - |
| YUV | 208.95 | 82.88 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 129 | 0.10 | 0 | 0.43 | 0.11 | 74.08 | 0.64 | 0.7 |
| Hex | CC | E3 | 81 | A | 0 | 2B | B | 4A | 40 | 46 |
| Octal | 314 | 343 | 201 | 12 | 0 | 53 | 13 | 112 | 100 | 106 |
| Binary | 11001100 | 11100011 | 10000001 | 1010 | 0 | 101011 | 1011 | 1001010 | 1000000 | 1000110 |
Color Harmonies of #CCE381
Complementary color
Monochromatic Colors of #CCE381
Black with #CCE381
Text Example
Text Example
White with #CCE381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE381; }
p { color: rgb(204,227,129); }
H1.HeaderClassName
{
color: #CCE381;
}
.AnyTagClassName
{
color: #CCE381;
}
</style>
background-color css
<style>
a { background-color: #CCE381; }
a { background-color: rgb(204,227,129); }
div.DivClassName
{
background-color: #CCE381;
}
.BgClassName
{
background-color: #CCE381;
}
</style>
border-color css
<style>
span { border-color: #CCE381; }
span { border-color: rgb(204,227,129); }
td.TdClassName
{
border-color: #CCE381;
}
.TagClassName
{
border-color: #CCE381;
}
</style>