Shades of Sulu #CBE57B
Tints of Sulu #CBE57B
RGB
CMYK
RGB Variations
Color information
#CBE57B (or 0xCBE57B) is known color: Sulu. HEX triplet: CB, E5 and 7B. RGB value is (203,229,123). Sum of RGB (Red+Green+Blue) = 203+229+123=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE57B is #341A84. Grayscale: #D1D1D1. Windows color (decimal): -3414661 or 8119755. OLE color: 8119755.
HSL color Cylindrical-coordinate representation of color #CBE57B: hue angle of 74.72º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBE57B is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 123 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.10 |
| HSL | 74.72º | 0.67% | 0.69% | - |
| HSV(B) | 74.72º | 0.46% | 0.9% | - |
| XYZ | 56.22 | 70.17 | 29.32 | - |
| YUV | 209.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 123 | 0.11 | 0 | 0.46 | 0.10 | 74.72 | 0.67 | 0.69 |
| Hex | CB | E5 | 7B | B | 0 | 2E | A | 4B | 43 | 45 |
| Octal | 313 | 345 | 173 | 13 | 0 | 56 | 12 | 113 | 103 | 105 |
| Binary | 11001011 | 11100101 | 1111011 | 1011 | 0 | 101110 | 1010 | 1001011 | 1000011 | 1000101 |
Color Harmonies of #CBE57B
Complementary color
Monochromatic Colors of #CBE57B
Black with #CBE57B
Text Example
Text Example
White with #CBE57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE57B; }
p { color: rgb(203,229,123); }
H1.HeaderClassName
{
color: #CBE57B;
}
.AnyTagClassName
{
color: #CBE57B;
}
</style>
background-color css
<style>
a { background-color: #CBE57B; }
a { background-color: rgb(203,229,123); }
div.DivClassName
{
background-color: #CBE57B;
}
.BgClassName
{
background-color: #CBE57B;
}
</style>
border-color css
<style>
span { border-color: #CBE57B; }
span { border-color: rgb(203,229,123); }
td.TdClassName
{
border-color: #CBE57B;
}
.TagClassName
{
border-color: #CBE57B;
}
</style>