Shades of Sulu #CCE07F
Tints of Sulu #CCE07F
RGB
CMYK
RGB Variations
Color information
#CCE07F (or 0xCCE07F) is known color: Sulu. HEX triplet: CC, E0 and 7F. RGB value is (204,224,127). Sum of RGB (Red+Green+Blue) = 204+224+127=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE07F is #331F80. Grayscale: #CFCFCF. Windows color (decimal): -3350401 or 8380620. OLE color: 8380620.
HSL color Cylindrical-coordinate representation of color #CCE07F: hue angle of 72.37º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCE07F is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 127 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.12 |
| HSL | 72.37º | 0.61% | 0.69% | - |
| HSV(B) | 72.37º | 0.43% | 0.88% | - |
| XYZ | 55.39 | 67.68 | 30.22 | - |
| YUV | 206.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 127 | 0.09 | 0 | 0.43 | 0.12 | 72.37 | 0.61 | 0.69 |
| Hex | CC | E0 | 7F | 9 | 0 | 2B | C | 48 | 3D | 45 |
| Octal | 314 | 340 | 177 | 11 | 0 | 53 | 14 | 110 | 75 | 105 |
| Binary | 11001100 | 11100000 | 1111111 | 1001 | 0 | 101011 | 1100 | 1001000 | 111101 | 1000101 |
Color Harmonies of #CCE07F
Complementary color
Monochromatic Colors of #CCE07F
Black with #CCE07F
Text Example
Text Example
White with #CCE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE07F; }
p { color: rgb(204,224,127); }
H1.HeaderClassName
{
color: #CCE07F;
}
.AnyTagClassName
{
color: #CCE07F;
}
</style>
background-color css
<style>
a { background-color: #CCE07F; }
a { background-color: rgb(204,224,127); }
div.DivClassName
{
background-color: #CCE07F;
}
.BgClassName
{
background-color: #CCE07F;
}
</style>
border-color css
<style>
span { border-color: #CCE07F; }
span { border-color: rgb(204,224,127); }
td.TdClassName
{
border-color: #CCE07F;
}
.TagClassName
{
border-color: #CCE07F;
}
</style>