Shades of Sulu #CBE482
Tints of Sulu #CBE482
RGB
CMYK
RGB Variations
Color information
#CBE482 (or 0xCBE482) is known color: Sulu. HEX triplet: CB, E4 and 82. RGB value is (203,228,130). Sum of RGB (Red+Green+Blue) = 203+228+130=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE482 is #341B7D. Grayscale: #D1D1D1. Windows color (decimal): -3414910 or 8578251. OLE color: 8578251.
HSL color Cylindrical-coordinate representation of color #CBE482: hue angle of 75.31º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBE482 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 130 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.11 |
| HSL | 75.31º | 0.64% | 0.7% | - |
| HSV(B) | 75.31º | 0.43% | 0.89% | - |
| XYZ | 56.4 | 69.8 | 31.62 | - |
| YUV | 209.35 | 83.22 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 130 | 0.11 | 0 | 0.43 | 0.11 | 75.31 | 0.64 | 0.7 |
| Hex | CB | E4 | 82 | B | 0 | 2B | B | 4B | 40 | 46 |
| Octal | 313 | 344 | 202 | 13 | 0 | 53 | 13 | 113 | 100 | 106 |
| Binary | 11001011 | 11100100 | 10000010 | 1011 | 0 | 101011 | 1011 | 1001011 | 1000000 | 1000110 |
Color Harmonies of #CBE482
Complementary color
Monochromatic Colors of #CBE482
Black with #CBE482
Text Example
Text Example
White with #CBE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE482; }
p { color: rgb(203,228,130); }
H1.HeaderClassName
{
color: #CBE482;
}
.AnyTagClassName
{
color: #CBE482;
}
</style>
background-color css
<style>
a { background-color: #CBE482; }
a { background-color: rgb(203,228,130); }
div.DivClassName
{
background-color: #CBE482;
}
.BgClassName
{
background-color: #CBE482;
}
</style>
border-color css
<style>
span { border-color: #CBE482; }
span { border-color: rgb(203,228,130); }
td.TdClassName
{
border-color: #CBE482;
}
.TagClassName
{
border-color: #CBE482;
}
</style>