Shades of Sulu #CBE376
Tints of Sulu #CBE376
RGB
CMYK
RGB Variations
Color information
#CBE376 (or 0xCBE376) is known color: Sulu. HEX triplet: CB, E3 and 76. RGB value is (203,227,118). Sum of RGB (Red+Green+Blue) = 203+227+118=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE376 is #341C89. Grayscale: #CFCFCF. Windows color (decimal): -3415178 or 7791563. OLE color: 7791563.
HSL color Cylindrical-coordinate representation of color #CBE376: hue angle of 73.21º degrees, saturation: 0.66, 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 #CBE376 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 118 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.11 |
| HSL | 73.21º | 0.66% | 0.68% | - |
| HSV(B) | 73.21º | 0.48% | 0.89% | - |
| XYZ | 55.37 | 68.94 | 27.53 | - |
| YUV | 207.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 118 | 0.11 | 0 | 0.48 | 0.11 | 73.21 | 0.66 | 0.68 |
| Hex | CB | E3 | 76 | B | 0 | 30 | B | 49 | 42 | 44 |
| Octal | 313 | 343 | 166 | 13 | 0 | 60 | 13 | 111 | 102 | 104 |
| Binary | 11001011 | 11100011 | 1110110 | 1011 | 0 | 110000 | 1011 | 1001001 | 1000010 | 1000100 |
Color Harmonies of #CBE376
Complementary color
Monochromatic Colors of #CBE376
Black with #CBE376
Text Example
Text Example
White with #CBE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE376; }
p { color: rgb(203,227,118); }
H1.HeaderClassName
{
color: #CBE376;
}
.AnyTagClassName
{
color: #CBE376;
}
</style>
background-color css
<style>
a { background-color: #CBE376; }
a { background-color: rgb(203,227,118); }
div.DivClassName
{
background-color: #CBE376;
}
.BgClassName
{
background-color: #CBE376;
}
</style>
border-color css
<style>
span { border-color: #CBE376; }
span { border-color: rgb(203,227,118); }
td.TdClassName
{
border-color: #CBE376;
}
.TagClassName
{
border-color: #CBE376;
}
</style>