Shades of Sulu #CCE07B
Tints of Sulu #CCE07B
RGB
CMYK
RGB Variations
Color information
#CCE07B (or 0xCCE07B) is known color: Sulu. HEX triplet: CC, E0 and 7B. RGB value is (204,224,123). Sum of RGB (Red+Green+Blue) = 204+224+123=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE07B is #331F84. Grayscale: #CECECE. Windows color (decimal): -3350405 or 8118476. OLE color: 8118476.
HSL color Cylindrical-coordinate representation of color #CCE07B: hue angle of 71.88º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCE07B is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 123 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.12 |
| HSL | 71.88º | 0.62% | 0.68% | - |
| HSV(B) | 71.88º | 0.45% | 0.88% | - |
| XYZ | 55.13 | 67.58 | 28.88 | - |
| YUV | 206.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 123 | 0.09 | 0 | 0.45 | 0.12 | 71.88 | 0.62 | 0.68 |
| Hex | CC | E0 | 7B | 9 | 0 | 2D | C | 48 | 3E | 44 |
| Octal | 314 | 340 | 173 | 11 | 0 | 55 | 14 | 110 | 76 | 104 |
| Binary | 11001100 | 11100000 | 1111011 | 1001 | 0 | 101101 | 1100 | 1001000 | 111110 | 1000100 |
Color Harmonies of #CCE07B
Complementary color
Monochromatic Colors of #CCE07B
Black with #CCE07B
Text Example
Text Example
White with #CCE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE07B; }
p { color: rgb(204,224,123); }
H1.HeaderClassName
{
color: #CCE07B;
}
.AnyTagClassName
{
color: #CCE07B;
}
</style>
background-color css
<style>
a { background-color: #CCE07B; }
a { background-color: rgb(204,224,123); }
div.DivClassName
{
background-color: #CCE07B;
}
.BgClassName
{
background-color: #CCE07B;
}
</style>
border-color css
<style>
span { border-color: #CCE07B; }
span { border-color: rgb(204,224,123); }
td.TdClassName
{
border-color: #CCE07B;
}
.TagClassName
{
border-color: #CCE07B;
}
</style>