Shades of Sulu #CCE28D
Tints of Sulu #CCE28D
RGB
CMYK
RGB Variations
Color information
#CCE28D (or 0xCCE28D) is known color: Sulu. HEX triplet: CC, E2 and 8D. RGB value is (204,226,141). Sum of RGB (Red+Green+Blue) = 204+226+141=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE28D is #331D72. Grayscale: #D2D2D2. Windows color (decimal): -3349875 or 9298636. OLE color: 9298636.
HSL color Cylindrical-coordinate representation of color #CCE28D: hue angle of 75.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCE28D is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 141 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.11 |
| HSL | 75.53º | 0.59% | 0.72% | - |
| HSV(B) | 75.53º | 0.38% | 0.89% | - |
| XYZ | 56.91 | 69.15 | 35.55 | - |
| YUV | 209.73 | 89.21 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 141 | 0.10 | 0 | 0.38 | 0.11 | 75.53 | 0.59 | 0.72 |
| Hex | CC | E2 | 8D | A | 0 | 26 | B | 4C | 3B | 48 |
| Octal | 314 | 342 | 215 | 12 | 0 | 46 | 13 | 114 | 73 | 110 |
| Binary | 11001100 | 11100010 | 10001101 | 1010 | 0 | 100110 | 1011 | 1001100 | 111011 | 1001000 |
Color Harmonies of #CCE28D
Complementary color
Monochromatic Colors of #CCE28D
Black with #CCE28D
Text Example
Text Example
White with #CCE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE28D; }
p { color: rgb(204,226,141); }
H1.HeaderClassName
{
color: #CCE28D;
}
.AnyTagClassName
{
color: #CCE28D;
}
</style>
background-color css
<style>
a { background-color: #CCE28D; }
a { background-color: rgb(204,226,141); }
div.DivClassName
{
background-color: #CCE28D;
}
.BgClassName
{
background-color: #CCE28D;
}
</style>
border-color css
<style>
span { border-color: #CCE28D; }
span { border-color: rgb(204,226,141); }
td.TdClassName
{
border-color: #CCE28D;
}
.TagClassName
{
border-color: #CCE28D;
}
</style>