Shades of Sulu #CCE57C
Tints of Sulu #CCE57C
RGB
CMYK
RGB Variations
Color information
#CCE57C (or 0xCCE57C) is known color: Sulu. HEX triplet: CC, E5 and 7C. RGB value is (204,229,124). Sum of RGB (Red+Green+Blue) = 204+229+124=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE57C is #331A83. Grayscale: #D1D1D1. Windows color (decimal): -3349124 or 8185292. OLE color: 8185292.
HSL color Cylindrical-coordinate representation of color #CCE57C: hue angle of 74.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCE57C is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 124 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.10 |
| HSL | 74.29º | 0.67% | 0.69% | - |
| HSV(B) | 74.29º | 0.46% | 0.9% | - |
| XYZ | 56.56 | 70.33 | 29.66 | - |
| YUV | 209.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 124 | 0.11 | 0 | 0.46 | 0.10 | 74.29 | 0.67 | 0.69 |
| Hex | CC | E5 | 7C | B | 0 | 2E | A | 4A | 43 | 45 |
| Octal | 314 | 345 | 174 | 13 | 0 | 56 | 12 | 112 | 103 | 105 |
| Binary | 11001100 | 11100101 | 1111100 | 1011 | 0 | 101110 | 1010 | 1001010 | 1000011 | 1000101 |
Color Harmonies of #CCE57C
Complementary color
Monochromatic Colors of #CCE57C
Black with #CCE57C
Text Example
Text Example
White with #CCE57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE57C; }
p { color: rgb(204,229,124); }
H1.HeaderClassName
{
color: #CCE57C;
}
.AnyTagClassName
{
color: #CCE57C;
}
</style>
background-color css
<style>
a { background-color: #CCE57C; }
a { background-color: rgb(204,229,124); }
div.DivClassName
{
background-color: #CCE57C;
}
.BgClassName
{
background-color: #CCE57C;
}
</style>
border-color css
<style>
span { border-color: #CCE57C; }
span { border-color: rgb(204,229,124); }
td.TdClassName
{
border-color: #CCE57C;
}
.TagClassName
{
border-color: #CCE57C;
}
</style>