Shades of Sulu #CBE47B
Tints of Sulu #CBE47B
RGB
CMYK
RGB Variations
Color information
#CBE47B (or 0xCBE47B) is known color: Sulu. HEX triplet: CB, E4 and 7B. RGB value is (203,228,123). Sum of RGB (Red+Green+Blue) = 203+228+123=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE47B is #341B84. Grayscale: #D0D0D0. Windows color (decimal): -3414917 or 8119499. OLE color: 8119499.
HSL color Cylindrical-coordinate representation of color #CBE47B: hue angle of 74.29º 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 #CBE47B is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 123 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.11 |
| HSL | 74.29º | 0.66% | 0.69% | - |
| HSV(B) | 74.29º | 0.46% | 0.89% | - |
| XYZ | 55.95 | 69.61 | 29.23 | - |
| YUV | 208.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 123 | 0.11 | 0 | 0.46 | 0.11 | 74.29 | 0.66 | 0.69 |
| Hex | CB | E4 | 7B | B | 0 | 2E | B | 4A | 42 | 45 |
| Octal | 313 | 344 | 173 | 13 | 0 | 56 | 13 | 112 | 102 | 105 |
| Binary | 11001011 | 11100100 | 1111011 | 1011 | 0 | 101110 | 1011 | 1001010 | 1000010 | 1000101 |
Color Harmonies of #CBE47B
Complementary color
Monochromatic Colors of #CBE47B
Black with #CBE47B
Text Example
Text Example
White with #CBE47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE47B; }
p { color: rgb(203,228,123); }
H1.HeaderClassName
{
color: #CBE47B;
}
.AnyTagClassName
{
color: #CBE47B;
}
</style>
background-color css
<style>
a { background-color: #CBE47B; }
a { background-color: rgb(203,228,123); }
div.DivClassName
{
background-color: #CBE47B;
}
.BgClassName
{
background-color: #CBE47B;
}
</style>
border-color css
<style>
span { border-color: #CBE47B; }
span { border-color: rgb(203,228,123); }
td.TdClassName
{
border-color: #CBE47B;
}
.TagClassName
{
border-color: #CBE47B;
}
</style>