Shades of Sulu #CCE47A
Tints of Sulu #CCE47A
RGB
CMYK
RGB Variations
Color information
#CCE47A (or 0xCCE47A) is known color: Sulu. HEX triplet: CC, E4 and 7A. RGB value is (204,228,122). Sum of RGB (Red+Green+Blue) = 204+228+122=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE47A is #331B85. Grayscale: #D1D1D1. Windows color (decimal): -3349382 or 8053964. OLE color: 8053964.
HSL color Cylindrical-coordinate representation of color #CCE47A: hue angle of 73.58º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCE47A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 122 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.11 |
| HSL | 73.58º | 0.66% | 0.69% | - |
| HSV(B) | 73.58º | 0.46% | 0.89% | - |
| XYZ | 56.16 | 69.73 | 28.91 | - |
| YUV | 208.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 122 | 0.11 | 0 | 0.46 | 0.11 | 73.58 | 0.66 | 0.69 |
| Hex | CC | E4 | 7A | B | 0 | 2E | B | 4A | 42 | 45 |
| Octal | 314 | 344 | 172 | 13 | 0 | 56 | 13 | 112 | 102 | 105 |
| Binary | 11001100 | 11100100 | 1111010 | 1011 | 0 | 101110 | 1011 | 1001010 | 1000010 | 1000101 |
Color Harmonies of #CCE47A
Complementary color
Monochromatic Colors of #CCE47A
Black with #CCE47A
Text Example
Text Example
White with #CCE47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE47A; }
p { color: rgb(204,228,122); }
H1.HeaderClassName
{
color: #CCE47A;
}
.AnyTagClassName
{
color: #CCE47A;
}
</style>
background-color css
<style>
a { background-color: #CCE47A; }
a { background-color: rgb(204,228,122); }
div.DivClassName
{
background-color: #CCE47A;
}
.BgClassName
{
background-color: #CCE47A;
}
</style>
border-color css
<style>
span { border-color: #CCE47A; }
span { border-color: rgb(204,228,122); }
td.TdClassName
{
border-color: #CCE47A;
}
.TagClassName
{
border-color: #CCE47A;
}
</style>