Shades of Sulu #CCE57A
Tints of Sulu #CCE57A
RGB
CMYK
RGB Variations
Color information
#CCE57A (or 0xCCE57A) is known color: Sulu. HEX triplet: CC, E5 and 7A. RGB value is (204,229,122). Sum of RGB (Red+Green+Blue) = 204+229+122=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE57A is #331A85. Grayscale: #D1D1D1. Windows color (decimal): -3349126 or 8054220. OLE color: 8054220.
HSL color Cylindrical-coordinate representation of color #CCE57A: hue angle of 74.02º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCE57A is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 122 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.10 |
| HSL | 74.02º | 0.67% | 0.69% | - |
| HSV(B) | 74.02º | 0.47% | 0.9% | - |
| XYZ | 56.43 | 70.28 | 29 | - |
| YUV | 209.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 122 | 0.11 | 0 | 0.47 | 0.10 | 74.02 | 0.67 | 0.69 |
| Hex | CC | E5 | 7A | B | 0 | 2F | A | 4A | 43 | 45 |
| Octal | 314 | 345 | 172 | 13 | 0 | 57 | 12 | 112 | 103 | 105 |
| Binary | 11001100 | 11100101 | 1111010 | 1011 | 0 | 101111 | 1010 | 1001010 | 1000011 | 1000101 |
Color Harmonies of #CCE57A
Complementary color
Monochromatic Colors of #CCE57A
Black with #CCE57A
Text Example
Text Example
White with #CCE57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE57A; }
p { color: rgb(204,229,122); }
H1.HeaderClassName
{
color: #CCE57A;
}
.AnyTagClassName
{
color: #CCE57A;
}
</style>
background-color css
<style>
a { background-color: #CCE57A; }
a { background-color: rgb(204,229,122); }
div.DivClassName
{
background-color: #CCE57A;
}
.BgClassName
{
background-color: #CCE57A;
}
</style>
border-color css
<style>
span { border-color: #CCE57A; }
span { border-color: rgb(204,229,122); }
td.TdClassName
{
border-color: #CCE57A;
}
.TagClassName
{
border-color: #CCE57A;
}
</style>