Shades of Sulu #CBEC8A
Tints of Sulu #CBEC8A
RGB
CMYK
RGB Variations
Color information
#CBEC8A (or 0xCBEC8A) is known color: Sulu. HEX triplet: CB, EC and 8A. RGB value is (203,236,138). Sum of RGB (Red+Green+Blue) = 203+236+138=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC8A is #341375. Grayscale: #D7D7D7. Windows color (decimal): -3412854 or 9104587. OLE color: 9104587.
HSL color Cylindrical-coordinate representation of color #CBEC8A: hue angle of 80.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBEC8A is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 138 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.07 |
| HSL | 80.2º | 0.72% | 0.73% | - |
| HSV(B) | 80.2º | 0.42% | 0.93% | - |
| XYZ | 59.21 | 74.52 | 35.31 | - |
| YUV | 214.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 138 | 0.14 | 0 | 0.42 | 0.07 | 80.2 | 0.72 | 0.73 |
| Hex | CB | EC | 8A | E | 0 | 2A | 7 | 50 | 48 | 49 |
| Octal | 313 | 354 | 212 | 16 | 0 | 52 | 7 | 120 | 110 | 111 |
| Binary | 11001011 | 11101100 | 10001010 | 1110 | 0 | 101010 | 111 | 1010000 | 1001000 | 1001001 |
Color Harmonies of #CBEC8A
Complementary color
Monochromatic Colors of #CBEC8A
Black with #CBEC8A
Text Example
Text Example
White with #CBEC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC8A; }
p { color: rgb(203,236,138); }
H1.HeaderClassName
{
color: #CBEC8A;
}
.AnyTagClassName
{
color: #CBEC8A;
}
</style>
background-color css
<style>
a { background-color: #CBEC8A; }
a { background-color: rgb(203,236,138); }
div.DivClassName
{
background-color: #CBEC8A;
}
.BgClassName
{
background-color: #CBEC8A;
}
</style>
border-color css
<style>
span { border-color: #CBEC8A; }
span { border-color: rgb(203,236,138); }
td.TdClassName
{
border-color: #CBEC8A;
}
.TagClassName
{
border-color: #CBEC8A;
}
</style>