Shades of Sulu #CBE380
Tints of Sulu #CBE380
RGB
CMYK
RGB Variations
Color information
#CBE380 (or 0xCBE380) is known color: Sulu. HEX triplet: CB, E3 and 80. RGB value is (203,227,128). Sum of RGB (Red+Green+Blue) = 203+227+128=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE380 is #341C7F. Grayscale: #D0D0D0. Windows color (decimal): -3415168 or 8446923. OLE color: 8446923.
HSL color Cylindrical-coordinate representation of color #CBE380: hue angle of 74.55º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBE380 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 128 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.11 |
| HSL | 74.55º | 0.64% | 0.7% | - |
| HSV(B) | 74.55º | 0.44% | 0.89% | - |
| XYZ | 55.99 | 69.19 | 30.83 | - |
| YUV | 208.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 128 | 0.11 | 0 | 0.44 | 0.11 | 74.55 | 0.64 | 0.7 |
| Hex | CB | E3 | 80 | B | 0 | 2C | B | 4B | 40 | 46 |
| Octal | 313 | 343 | 200 | 13 | 0 | 54 | 13 | 113 | 100 | 106 |
| Binary | 11001011 | 11100011 | 10000000 | 1011 | 0 | 101100 | 1011 | 1001011 | 1000000 | 1000110 |
Color Harmonies of #CBE380
Complementary color
Monochromatic Colors of #CBE380
Black with #CBE380
Text Example
Text Example
White with #CBE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE380; }
p { color: rgb(203,227,128); }
H1.HeaderClassName
{
color: #CBE380;
}
.AnyTagClassName
{
color: #CBE380;
}
</style>
background-color css
<style>
a { background-color: #CBE380; }
a { background-color: rgb(203,227,128); }
div.DivClassName
{
background-color: #CBE380;
}
.BgClassName
{
background-color: #CBE380;
}
</style>
border-color css
<style>
span { border-color: #CBE380; }
span { border-color: rgb(203,227,128); }
td.TdClassName
{
border-color: #CBE380;
}
.TagClassName
{
border-color: #CBE380;
}
</style>