Shades of Sulu #CBE47C
Tints of Sulu #CBE47C
RGB
CMYK
RGB Variations
Color information
#CBE47C (or 0xCBE47C) is known color: Sulu. HEX triplet: CB, E4 and 7C. RGB value is (203,228,124). Sum of RGB (Red+Green+Blue) = 203+228+124=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE47C is #341B83. Grayscale: #D1D1D1. Windows color (decimal): -3414916 or 8185035. OLE color: 8185035.
HSL color Cylindrical-coordinate representation of color #CBE47C: hue angle of 74.42º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBE47C is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 124 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.11 |
| HSL | 74.42º | 0.66% | 0.69% | - |
| HSV(B) | 74.42º | 0.46% | 0.89% | - |
| XYZ | 56.01 | 69.64 | 29.56 | - |
| YUV | 208.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 124 | 0.11 | 0 | 0.46 | 0.11 | 74.42 | 0.66 | 0.69 |
| Hex | CB | E4 | 7C | B | 0 | 2E | B | 4A | 42 | 45 |
| Octal | 313 | 344 | 174 | 13 | 0 | 56 | 13 | 112 | 102 | 105 |
| Binary | 11001011 | 11100100 | 1111100 | 1011 | 0 | 101110 | 1011 | 1001010 | 1000010 | 1000101 |
Color Harmonies of #CBE47C
Complementary color
Monochromatic Colors of #CBE47C
Black with #CBE47C
Text Example
Text Example
White with #CBE47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE47C; }
p { color: rgb(203,228,124); }
H1.HeaderClassName
{
color: #CBE47C;
}
.AnyTagClassName
{
color: #CBE47C;
}
</style>
background-color css
<style>
a { background-color: #CBE47C; }
a { background-color: rgb(203,228,124); }
div.DivClassName
{
background-color: #CBE47C;
}
.BgClassName
{
background-color: #CBE47C;
}
</style>
border-color css
<style>
span { border-color: #CBE47C; }
span { border-color: rgb(203,228,124); }
td.TdClassName
{
border-color: #CBE47C;
}
.TagClassName
{
border-color: #CBE47C;
}
</style>