Shades of Sulu #CBE57C
Tints of Sulu #CBE57C
RGB
CMYK
RGB Variations
Color information
#CBE57C (or 0xCBE57C) is known color: Sulu. HEX triplet: CB, E5 and 7C. RGB value is (203,229,124). Sum of RGB (Red+Green+Blue) = 203+229+124=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE57C is #341A83. Grayscale: #D1D1D1. Windows color (decimal): -3414660 or 8185291. OLE color: 8185291.
HSL color Cylindrical-coordinate representation of color #CBE57C: hue angle of 74.86º 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 #CBE57C is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 124 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.10 |
| HSL | 74.86º | 0.67% | 0.69% | - |
| HSV(B) | 74.86º | 0.46% | 0.9% | - |
| XYZ | 56.29 | 70.19 | 29.65 | - |
| YUV | 209.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 124 | 0.11 | 0 | 0.46 | 0.10 | 74.86 | 0.67 | 0.69 |
| Hex | CB | E5 | 7C | B | 0 | 2E | A | 4B | 43 | 45 |
| Octal | 313 | 345 | 174 | 13 | 0 | 56 | 12 | 113 | 103 | 105 |
| Binary | 11001011 | 11100101 | 1111100 | 1011 | 0 | 101110 | 1010 | 1001011 | 1000011 | 1000101 |
Color Harmonies of #CBE57C
Complementary color
Monochromatic Colors of #CBE57C
Black with #CBE57C
Text Example
Text Example
White with #CBE57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE57C; }
p { color: rgb(203,229,124); }
H1.HeaderClassName
{
color: #CBE57C;
}
.AnyTagClassName
{
color: #CBE57C;
}
</style>
background-color css
<style>
a { background-color: #CBE57C; }
a { background-color: rgb(203,229,124); }
div.DivClassName
{
background-color: #CBE57C;
}
.BgClassName
{
background-color: #CBE57C;
}
</style>
border-color css
<style>
span { border-color: #CBE57C; }
span { border-color: rgb(203,229,124); }
td.TdClassName
{
border-color: #CBE57C;
}
.TagClassName
{
border-color: #CBE57C;
}
</style>