Shades of Sulu #CCE380
Tints of Sulu #CCE380
RGB
CMYK
RGB Variations
Color information
#CCE380 (or 0xCCE380) is known color: Sulu. HEX triplet: CC, E3 and 80. RGB value is (204,227,128). Sum of RGB (Red+Green+Blue) = 204+227+128=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE380 is #331C7F. Grayscale: #D1D1D1. Windows color (decimal): -3349632 or 8446924. OLE color: 8446924.
HSL color Cylindrical-coordinate representation of color #CCE380: hue angle of 73.94º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCE380 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 128 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.11 |
| HSL | 73.94º | 0.64% | 0.7% | - |
| HSV(B) | 73.94º | 0.44% | 0.89% | - |
| XYZ | 56.27 | 69.33 | 30.84 | - |
| YUV | 208.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 128 | 0.10 | 0 | 0.44 | 0.11 | 73.94 | 0.64 | 0.7 |
| Hex | CC | E3 | 80 | A | 0 | 2C | B | 4A | 40 | 46 |
| Octal | 314 | 343 | 200 | 12 | 0 | 54 | 13 | 112 | 100 | 106 |
| Binary | 11001100 | 11100011 | 10000000 | 1010 | 0 | 101100 | 1011 | 1001010 | 1000000 | 1000110 |
Color Harmonies of #CCE380
Complementary color
Monochromatic Colors of #CCE380
Black with #CCE380
Text Example
Text Example
White with #CCE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE380; }
p { color: rgb(204,227,128); }
H1.HeaderClassName
{
color: #CCE380;
}
.AnyTagClassName
{
color: #CCE380;
}
</style>
background-color css
<style>
a { background-color: #CCE380; }
a { background-color: rgb(204,227,128); }
div.DivClassName
{
background-color: #CCE380;
}
.BgClassName
{
background-color: #CCE380;
}
</style>
border-color css
<style>
span { border-color: #CCE380; }
span { border-color: rgb(204,227,128); }
td.TdClassName
{
border-color: #CCE380;
}
.TagClassName
{
border-color: #CCE380;
}
</style>