Shades of Sulu #CCE27E
Tints of Sulu #CCE27E
RGB
CMYK
RGB Variations
Color information
#CCE27E (or 0xCCE27E) is known color: Sulu. HEX triplet: CC, E2 and 7E. RGB value is (204,226,126). Sum of RGB (Red+Green+Blue) = 204+226+126=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE27E is #331D81. Grayscale: #D0D0D0. Windows color (decimal): -3349890 or 8315596. OLE color: 8315596.
HSL color Cylindrical-coordinate representation of color #CCE27E: hue angle of 73.2º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCE27E is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 126 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.11 |
| HSL | 73.2º | 0.63% | 0.69% | - |
| HSV(B) | 73.2º | 0.44% | 0.89% | - |
| XYZ | 55.86 | 68.74 | 30.06 | - |
| YUV | 208.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 126 | 0.10 | 0 | 0.44 | 0.11 | 73.2 | 0.63 | 0.69 |
| Hex | CC | E2 | 7E | A | 0 | 2C | B | 49 | 3F | 45 |
| Octal | 314 | 342 | 176 | 12 | 0 | 54 | 13 | 111 | 77 | 105 |
| Binary | 11001100 | 11100010 | 1111110 | 1010 | 0 | 101100 | 1011 | 1001001 | 111111 | 1000101 |
Color Harmonies of #CCE27E
Complementary color
Monochromatic Colors of #CCE27E
Black with #CCE27E
Text Example
Text Example
White with #CCE27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE27E; }
p { color: rgb(204,226,126); }
H1.HeaderClassName
{
color: #CCE27E;
}
.AnyTagClassName
{
color: #CCE27E;
}
</style>
background-color css
<style>
a { background-color: #CCE27E; }
a { background-color: rgb(204,226,126); }
div.DivClassName
{
background-color: #CCE27E;
}
.BgClassName
{
background-color: #CCE27E;
}
</style>
border-color css
<style>
span { border-color: #CCE27E; }
span { border-color: rgb(204,226,126); }
td.TdClassName
{
border-color: #CCE27E;
}
.TagClassName
{
border-color: #CCE27E;
}
</style>