Shades of Sulu #CBEC8B
Tints of Sulu #CBEC8B
RGB
CMYK
RGB Variations
Color information
#CBEC8B (or 0xCBEC8B) is known color: Sulu. HEX triplet: CB, EC and 8B. RGB value is (203,236,139). Sum of RGB (Red+Green+Blue) = 203+236+139=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC8B is #341374. Grayscale: #D7D7D7. Windows color (decimal): -3412853 or 9170123. OLE color: 9170123.
HSL color Cylindrical-coordinate representation of color #CBEC8B: hue angle of 80.41º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBEC8B is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 139 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.07 |
| HSL | 80.41º | 0.72% | 0.74% | - |
| HSV(B) | 80.41º | 0.41% | 0.93% | - |
| XYZ | 59.28 | 74.55 | 35.69 | - |
| YUV | 215.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 139 | 0.14 | 0 | 0.41 | 0.07 | 80.41 | 0.72 | 0.74 |
| Hex | CB | EC | 8B | E | 0 | 29 | 7 | 50 | 48 | 4A |
| Octal | 313 | 354 | 213 | 16 | 0 | 51 | 7 | 120 | 110 | 112 |
| Binary | 11001011 | 11101100 | 10001011 | 1110 | 0 | 101001 | 111 | 1010000 | 1001000 | 1001010 |
Color Harmonies of #CBEC8B
Complementary color
Monochromatic Colors of #CBEC8B
Black with #CBEC8B
Text Example
Text Example
White with #CBEC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC8B; }
p { color: rgb(203,236,139); }
H1.HeaderClassName
{
color: #CBEC8B;
}
.AnyTagClassName
{
color: #CBEC8B;
}
</style>
background-color css
<style>
a { background-color: #CBEC8B; }
a { background-color: rgb(203,236,139); }
div.DivClassName
{
background-color: #CBEC8B;
}
.BgClassName
{
background-color: #CBEC8B;
}
</style>
border-color css
<style>
span { border-color: #CBEC8B; }
span { border-color: rgb(203,236,139); }
td.TdClassName
{
border-color: #CBEC8B;
}
.TagClassName
{
border-color: #CBEC8B;
}
</style>