Shades of Sulu #CCE07E
Tints of Sulu #CCE07E
RGB
CMYK
RGB Variations
Color information
#CCE07E (or 0xCCE07E) is known color: Sulu. HEX triplet: CC, E0 and 7E. RGB value is (204,224,126). Sum of RGB (Red+Green+Blue) = 204+224+126=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE07E is #331F81. Grayscale: #CFCFCF. Windows color (decimal): -3350402 or 8315084. OLE color: 8315084.
HSL color Cylindrical-coordinate representation of color #CCE07E: hue angle of 72.24º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCE07E is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 126 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.12 |
| HSL | 72.24º | 0.61% | 0.69% | - |
| HSV(B) | 72.24º | 0.44% | 0.88% | - |
| XYZ | 55.32 | 67.66 | 29.88 | - |
| YUV | 206.85 | 82.37 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 126 | 0.09 | 0 | 0.44 | 0.12 | 72.24 | 0.61 | 0.69 |
| Hex | CC | E0 | 7E | 9 | 0 | 2C | C | 48 | 3D | 45 |
| Octal | 314 | 340 | 176 | 11 | 0 | 54 | 14 | 110 | 75 | 105 |
| Binary | 11001100 | 11100000 | 1111110 | 1001 | 0 | 101100 | 1100 | 1001000 | 111101 | 1000101 |
Color Harmonies of #CCE07E
Complementary color
Monochromatic Colors of #CCE07E
Black with #CCE07E
Text Example
Text Example
White with #CCE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE07E; }
p { color: rgb(204,224,126); }
H1.HeaderClassName
{
color: #CCE07E;
}
.AnyTagClassName
{
color: #CCE07E;
}
</style>
background-color css
<style>
a { background-color: #CCE07E; }
a { background-color: rgb(204,224,126); }
div.DivClassName
{
background-color: #CCE07E;
}
.BgClassName
{
background-color: #CCE07E;
}
</style>
border-color css
<style>
span { border-color: #CCE07E; }
span { border-color: rgb(204,224,126); }
td.TdClassName
{
border-color: #CCE07E;
}
.TagClassName
{
border-color: #CCE07E;
}
</style>