Shades of Sulu #CBE484
Tints of Sulu #CBE484
RGB
CMYK
RGB Variations
Color information
#CBE484 (or 0xCBE484) is known color: Sulu. HEX triplet: CB, E4 and 84. RGB value is (203,228,132). Sum of RGB (Red+Green+Blue) = 203+228+132=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE484 is #341B7B. Grayscale: #D1D1D1. Windows color (decimal): -3414908 or 8709323. OLE color: 8709323.
HSL color Cylindrical-coordinate representation of color #CBE484: hue angle of 75.63º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBE484 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 132 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.11 |
| HSL | 75.63º | 0.64% | 0.71% | - |
| HSV(B) | 75.63º | 0.42% | 0.89% | - |
| XYZ | 56.54 | 69.85 | 32.33 | - |
| YUV | 209.58 | 84.22 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 132 | 0.11 | 0 | 0.42 | 0.11 | 75.63 | 0.64 | 0.71 |
| Hex | CB | E4 | 84 | B | 0 | 2A | B | 4C | 40 | 47 |
| Octal | 313 | 344 | 204 | 13 | 0 | 52 | 13 | 114 | 100 | 107 |
| Binary | 11001011 | 11100100 | 10000100 | 1011 | 0 | 101010 | 1011 | 1001100 | 1000000 | 1000111 |
Color Harmonies of #CBE484
Complementary color
Monochromatic Colors of #CBE484
Black with #CBE484
Text Example
Text Example
White with #CBE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE484; }
p { color: rgb(203,228,132); }
H1.HeaderClassName
{
color: #CBE484;
}
.AnyTagClassName
{
color: #CBE484;
}
</style>
background-color css
<style>
a { background-color: #CBE484; }
a { background-color: rgb(203,228,132); }
div.DivClassName
{
background-color: #CBE484;
}
.BgClassName
{
background-color: #CBE484;
}
</style>
border-color css
<style>
span { border-color: #CBE484; }
span { border-color: rgb(203,228,132); }
td.TdClassName
{
border-color: #CBE484;
}
.TagClassName
{
border-color: #CBE484;
}
</style>