Shades of Sulu #CBE083
Tints of Sulu #CBE083
RGB
CMYK
RGB Variations
Color information
#CBE083 (or 0xCBE083) is known color: Sulu. HEX triplet: CB, E0 and 83. RGB value is (203,224,131). Sum of RGB (Red+Green+Blue) = 203+224+131=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE083 is #341F7C. Grayscale: #CFCFCF. Windows color (decimal): -3415933 or 8642763. OLE color: 8642763.
HSL color Cylindrical-coordinate representation of color #CBE083: hue angle of 73.55º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBE083 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 131 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.12 |
| HSL | 73.55º | 0.6% | 0.7% | - |
| HSV(B) | 73.55º | 0.42% | 0.88% | - |
| XYZ | 55.38 | 67.65 | 31.61 | - |
| YUV | 207.12 | 85.04 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 131 | 0.09 | 0 | 0.42 | 0.12 | 73.55 | 0.6 | 0.7 |
| Hex | CB | E0 | 83 | 9 | 0 | 2A | C | 4A | 3C | 46 |
| Octal | 313 | 340 | 203 | 11 | 0 | 52 | 14 | 112 | 74 | 106 |
| Binary | 11001011 | 11100000 | 10000011 | 1001 | 0 | 101010 | 1100 | 1001010 | 111100 | 1000110 |
Color Harmonies of #CBE083
Complementary color
Monochromatic Colors of #CBE083
Black with #CBE083
Text Example
Text Example
White with #CBE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE083; }
p { color: rgb(203,224,131); }
H1.HeaderClassName
{
color: #CBE083;
}
.AnyTagClassName
{
color: #CBE083;
}
</style>
background-color css
<style>
a { background-color: #CBE083; }
a { background-color: rgb(203,224,131); }
div.DivClassName
{
background-color: #CBE083;
}
.BgClassName
{
background-color: #CBE083;
}
</style>
border-color css
<style>
span { border-color: #CBE083; }
span { border-color: rgb(203,224,131); }
td.TdClassName
{
border-color: #CBE083;
}
.TagClassName
{
border-color: #CBE083;
}
</style>