Shades of Sulu #CCE88C
Tints of Sulu #CCE88C
RGB
CMYK
RGB Variations
Color information
#CCE88C (or 0xCCE88C) is known color: Sulu. HEX triplet: CC, E8 and 8C. RGB value is (204,232,140). Sum of RGB (Red+Green+Blue) = 204+232+140=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE88C is #331773. Grayscale: #D5D5D5. Windows color (decimal): -3348340 or 9234636. OLE color: 9234636.
HSL color Cylindrical-coordinate representation of color #CCE88C: hue angle of 78.26º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCE88C is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 140 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.09 |
| HSL | 78.26º | 0.67% | 0.73% | - |
| HSV(B) | 78.26º | 0.4% | 0.91% | - |
| XYZ | 58.49 | 72.44 | 35.71 | - |
| YUV | 213.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 140 | 0.12 | 0 | 0.40 | 0.09 | 78.26 | 0.67 | 0.73 |
| Hex | CC | E8 | 8C | C | 0 | 28 | 9 | 4E | 43 | 49 |
| Octal | 314 | 350 | 214 | 14 | 0 | 50 | 11 | 116 | 103 | 111 |
| Binary | 11001100 | 11101000 | 10001100 | 1100 | 0 | 101000 | 1001 | 1001110 | 1000011 | 1001001 |
Color Harmonies of #CCE88C
Complementary color
Monochromatic Colors of #CCE88C
Black with #CCE88C
Text Example
Text Example
White with #CCE88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE88C; }
p { color: rgb(204,232,140); }
H1.HeaderClassName
{
color: #CCE88C;
}
.AnyTagClassName
{
color: #CCE88C;
}
</style>
background-color css
<style>
a { background-color: #CCE88C; }
a { background-color: rgb(204,232,140); }
div.DivClassName
{
background-color: #CCE88C;
}
.BgClassName
{
background-color: #CCE88C;
}
</style>
border-color css
<style>
span { border-color: #CCE88C; }
span { border-color: rgb(204,232,140); }
td.TdClassName
{
border-color: #CCE88C;
}
.TagClassName
{
border-color: #CCE88C;
}
</style>