Shades of Sulu #CCE27C
Tints of Sulu #CCE27C
RGB
CMYK
RGB Variations
Color information
#CCE27C (or 0xCCE27C) is known color: Sulu. HEX triplet: CC, E2 and 7C. RGB value is (204,226,124). Sum of RGB (Red+Green+Blue) = 204+226+124=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE27C is #331D83. Grayscale: #D0D0D0. Windows color (decimal): -3349892 or 8184524. OLE color: 8184524.
HSL color Cylindrical-coordinate representation of color #CCE27C: hue angle of 72.94º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCE27C is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 124 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.11 |
| HSL | 72.94º | 0.64% | 0.69% | - |
| HSV(B) | 72.94º | 0.45% | 0.89% | - |
| XYZ | 55.74 | 68.69 | 29.39 | - |
| YUV | 207.79 | 80.71 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 124 | 0.10 | 0 | 0.45 | 0.11 | 72.94 | 0.64 | 0.69 |
| Hex | CC | E2 | 7C | A | 0 | 2D | B | 49 | 40 | 45 |
| Octal | 314 | 342 | 174 | 12 | 0 | 55 | 13 | 111 | 100 | 105 |
| Binary | 11001100 | 11100010 | 1111100 | 1010 | 0 | 101101 | 1011 | 1001001 | 1000000 | 1000101 |
Color Harmonies of #CCE27C
Complementary color
Monochromatic Colors of #CCE27C
Black with #CCE27C
Text Example
Text Example
White with #CCE27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE27C; }
p { color: rgb(204,226,124); }
H1.HeaderClassName
{
color: #CCE27C;
}
.AnyTagClassName
{
color: #CCE27C;
}
</style>
background-color css
<style>
a { background-color: #CCE27C; }
a { background-color: rgb(204,226,124); }
div.DivClassName
{
background-color: #CCE27C;
}
.BgClassName
{
background-color: #CCE27C;
}
</style>
border-color css
<style>
span { border-color: #CCE27C; }
span { border-color: rgb(204,226,124); }
td.TdClassName
{
border-color: #CCE27C;
}
.TagClassName
{
border-color: #CCE27C;
}
</style>