Shades of Sulu #CBE185
Tints of Sulu #CBE185
RGB
CMYK
RGB Variations
Color information
#CBE185 (or 0xCBE185) is known color: Sulu. HEX triplet: CB, E1 and 85. RGB value is (203,225,133). Sum of RGB (Red+Green+Blue) = 203+225+133=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE185 is #341E7A. Grayscale: #D0D0D0. Windows color (decimal): -3415675 or 8774091. OLE color: 8774091.
HSL color Cylindrical-coordinate representation of color #CBE185: hue angle of 74.35º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBE185 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 133 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.12 |
| HSL | 74.35º | 0.61% | 0.7% | - |
| HSV(B) | 74.35º | 0.41% | 0.88% | - |
| XYZ | 55.79 | 68.24 | 32.42 | - |
| YUV | 207.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 133 | 0.10 | 0 | 0.41 | 0.12 | 74.35 | 0.61 | 0.7 |
| Hex | CB | E1 | 85 | A | 0 | 29 | C | 4A | 3D | 46 |
| Octal | 313 | 341 | 205 | 12 | 0 | 51 | 14 | 112 | 75 | 106 |
| Binary | 11001011 | 11100001 | 10000101 | 1010 | 0 | 101001 | 1100 | 1001010 | 111101 | 1000110 |
Color Harmonies of #CBE185
Complementary color
Monochromatic Colors of #CBE185
Black with #CBE185
Text Example
Text Example
White with #CBE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE185; }
p { color: rgb(203,225,133); }
H1.HeaderClassName
{
color: #CBE185;
}
.AnyTagClassName
{
color: #CBE185;
}
</style>
background-color css
<style>
a { background-color: #CBE185; }
a { background-color: rgb(203,225,133); }
div.DivClassName
{
background-color: #CBE185;
}
.BgClassName
{
background-color: #CBE185;
}
</style>
border-color css
<style>
span { border-color: #CBE185; }
span { border-color: rgb(203,225,133); }
td.TdClassName
{
border-color: #CBE185;
}
.TagClassName
{
border-color: #CBE185;
}
</style>