Shades of Sulu #CBE476
Tints of Sulu #CBE476
RGB
CMYK
RGB Variations
Color information
#CBE476 (or 0xCBE476) is known color: Sulu. HEX triplet: CB, E4 and 76. RGB value is (203,228,118). Sum of RGB (Red+Green+Blue) = 203+228+118=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE476 is #341B89. Grayscale: #D0D0D0. Windows color (decimal): -3414922 or 7791819. OLE color: 7791819.
HSL color Cylindrical-coordinate representation of color #CBE476: hue angle of 73.64º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBE476 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 118 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.11 |
| HSL | 73.64º | 0.67% | 0.68% | - |
| HSV(B) | 73.64º | 0.48% | 0.89% | - |
| XYZ | 55.64 | 69.49 | 27.62 | - |
| YUV | 207.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 118 | 0.11 | 0 | 0.48 | 0.11 | 73.64 | 0.67 | 0.68 |
| Hex | CB | E4 | 76 | B | 0 | 30 | B | 4A | 43 | 44 |
| Octal | 313 | 344 | 166 | 13 | 0 | 60 | 13 | 112 | 103 | 104 |
| Binary | 11001011 | 11100100 | 1110110 | 1011 | 0 | 110000 | 1011 | 1001010 | 1000011 | 1000100 |
Color Harmonies of #CBE476
Complementary color
Monochromatic Colors of #CBE476
Black with #CBE476
Text Example
Text Example
White with #CBE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE476; }
p { color: rgb(203,228,118); }
H1.HeaderClassName
{
color: #CBE476;
}
.AnyTagClassName
{
color: #CBE476;
}
</style>
background-color css
<style>
a { background-color: #CBE476; }
a { background-color: rgb(203,228,118); }
div.DivClassName
{
background-color: #CBE476;
}
.BgClassName
{
background-color: #CBE476;
}
</style>
border-color css
<style>
span { border-color: #CBE476; }
span { border-color: rgb(203,228,118); }
td.TdClassName
{
border-color: #CBE476;
}
.TagClassName
{
border-color: #CBE476;
}
</style>