Shades of Sulu #CCE28C
Tints of Sulu #CCE28C
RGB
CMYK
RGB Variations
Color information
#CCE28C (or 0xCCE28C) is known color: Sulu. HEX triplet: CC, E2 and 8C. RGB value is (204,226,140). Sum of RGB (Red+Green+Blue) = 204+226+140=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE28C is #331D73. Grayscale: #D1D1D1. Windows color (decimal): -3349876 or 9233100. OLE color: 9233100.
HSL color Cylindrical-coordinate representation of color #CCE28C: hue angle of 75.35º degrees, saturation: 0.6, 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 #CCE28C is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 140 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.11 |
| HSL | 75.35º | 0.6% | 0.72% | - |
| HSV(B) | 75.35º | 0.38% | 0.89% | - |
| XYZ | 56.83 | 69.12 | 35.16 | - |
| YUV | 209.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 140 | 0.10 | 0 | 0.38 | 0.11 | 75.35 | 0.6 | 0.72 |
| Hex | CC | E2 | 8C | A | 0 | 26 | B | 4B | 3C | 48 |
| Octal | 314 | 342 | 214 | 12 | 0 | 46 | 13 | 113 | 74 | 110 |
| Binary | 11001100 | 11100010 | 10001100 | 1010 | 0 | 100110 | 1011 | 1001011 | 111100 | 1001000 |
Color Harmonies of #CCE28C
Complementary color
Monochromatic Colors of #CCE28C
Black with #CCE28C
Text Example
Text Example
White with #CCE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE28C; }
p { color: rgb(204,226,140); }
H1.HeaderClassName
{
color: #CCE28C;
}
.AnyTagClassName
{
color: #CCE28C;
}
</style>
background-color css
<style>
a { background-color: #CCE28C; }
a { background-color: rgb(204,226,140); }
div.DivClassName
{
background-color: #CCE28C;
}
.BgClassName
{
background-color: #CCE28C;
}
</style>
border-color css
<style>
span { border-color: #CCE28C; }
span { border-color: rgb(204,226,140); }
td.TdClassName
{
border-color: #CCE28C;
}
.TagClassName
{
border-color: #CCE28C;
}
</style>