Shades of Sulu #CCE078
Tints of Sulu #CCE078
RGB
CMYK
RGB Variations
Color information
#CCE078 (or 0xCCE078) is known color: Sulu. HEX triplet: CC, E0 and 78. RGB value is (204,224,120). Sum of RGB (Red+Green+Blue) = 204+224+120=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE078 is #331F87. Grayscale: #CECECE. Windows color (decimal): -3350408 or 7921868. OLE color: 7921868.
HSL color Cylindrical-coordinate representation of color #CCE078: hue angle of 71.54º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCE078 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 120 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.12 |
| HSL | 71.54º | 0.63% | 0.67% | - |
| HSV(B) | 71.54º | 0.46% | 0.88% | - |
| XYZ | 54.95 | 67.5 | 27.9 | - |
| YUV | 206.16 | 79.37 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 120 | 0.09 | 0 | 0.46 | 0.12 | 71.54 | 0.63 | 0.67 |
| Hex | CC | E0 | 78 | 9 | 0 | 2E | C | 48 | 3F | 43 |
| Octal | 314 | 340 | 170 | 11 | 0 | 56 | 14 | 110 | 77 | 103 |
| Binary | 11001100 | 11100000 | 1111000 | 1001 | 0 | 101110 | 1100 | 1001000 | 111111 | 1000011 |
Color Harmonies of #CCE078
Complementary color
Monochromatic Colors of #CCE078
Black with #CCE078
Text Example
Text Example
White with #CCE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE078; }
p { color: rgb(204,224,120); }
H1.HeaderClassName
{
color: #CCE078;
}
.AnyTagClassName
{
color: #CCE078;
}
</style>
background-color css
<style>
a { background-color: #CCE078; }
a { background-color: rgb(204,224,120); }
div.DivClassName
{
background-color: #CCE078;
}
.BgClassName
{
background-color: #CCE078;
}
</style>
border-color css
<style>
span { border-color: #CCE078; }
span { border-color: rgb(204,224,120); }
td.TdClassName
{
border-color: #CCE078;
}
.TagClassName
{
border-color: #CCE078;
}
</style>