Shades of Sulu #CCE17A
Tints of Sulu #CCE17A
RGB
CMYK
RGB Variations
Color information
#CCE17A (or 0xCCE17A) is known color: Sulu. HEX triplet: CC, E1 and 7A. RGB value is (204,225,122). Sum of RGB (Red+Green+Blue) = 204+225+122=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE17A is #331E85. Grayscale: #CFCFCF. Windows color (decimal): -3350150 or 8053196. OLE color: 8053196.
HSL color Cylindrical-coordinate representation of color #CCE17A: hue angle of 72.23º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCE17A is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 122 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.12 |
| HSL | 72.23º | 0.63% | 0.68% | - |
| HSV(B) | 72.23º | 0.46% | 0.88% | - |
| XYZ | 55.34 | 68.09 | 28.64 | - |
| YUV | 206.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 122 | 0.09 | 0 | 0.46 | 0.12 | 72.23 | 0.63 | 0.68 |
| Hex | CC | E1 | 7A | 9 | 0 | 2E | C | 48 | 3F | 44 |
| Octal | 314 | 341 | 172 | 11 | 0 | 56 | 14 | 110 | 77 | 104 |
| Binary | 11001100 | 11100001 | 1111010 | 1001 | 0 | 101110 | 1100 | 1001000 | 111111 | 1000100 |
Color Harmonies of #CCE17A
Complementary color
Monochromatic Colors of #CCE17A
Black with #CCE17A
Text Example
Text Example
White with #CCE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE17A; }
p { color: rgb(204,225,122); }
H1.HeaderClassName
{
color: #CCE17A;
}
.AnyTagClassName
{
color: #CCE17A;
}
</style>
background-color css
<style>
a { background-color: #CCE17A; }
a { background-color: rgb(204,225,122); }
div.DivClassName
{
background-color: #CCE17A;
}
.BgClassName
{
background-color: #CCE17A;
}
</style>
border-color css
<style>
span { border-color: #CCE17A; }
span { border-color: rgb(204,225,122); }
td.TdClassName
{
border-color: #CCE17A;
}
.TagClassName
{
border-color: #CCE17A;
}
</style>