Shades of Sulu #CBEC8C
Tints of Sulu #CBEC8C
RGB
CMYK
RGB Variations
Color information
#CBEC8C (or 0xCBEC8C) is known color: Sulu. HEX triplet: CB, EC and 8C. RGB value is (203,236,140). Sum of RGB (Red+Green+Blue) = 203+236+140=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC8C is #341373. Grayscale: #D7D7D7. Windows color (decimal): -3412852 or 9235659. OLE color: 9235659.
HSL color Cylindrical-coordinate representation of color #CBEC8C: hue angle of 80.62º 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 #CBEC8C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 140 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.07 |
| HSL | 80.63º | 0.72% | 0.74% | - |
| HSV(B) | 80.63º | 0.41% | 0.93% | - |
| XYZ | 59.36 | 74.58 | 36.08 | - |
| YUV | 215.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 140 | 0.14 | 0 | 0.41 | 0.07 | 80.63 | 0.72 | 0.74 |
| Hex | CB | EC | 8C | E | 0 | 29 | 7 | 51 | 48 | 4A |
| Octal | 313 | 354 | 214 | 16 | 0 | 51 | 7 | 121 | 110 | 112 |
| Binary | 11001011 | 11101100 | 10001100 | 1110 | 0 | 101001 | 111 | 1010001 | 1001000 | 1001010 |
Color Harmonies of #CBEC8C
Complementary color
Monochromatic Colors of #CBEC8C
Black with #CBEC8C
Text Example
Text Example
White with #CBEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC8C; }
p { color: rgb(203,236,140); }
H1.HeaderClassName
{
color: #CBEC8C;
}
.AnyTagClassName
{
color: #CBEC8C;
}
</style>
background-color css
<style>
a { background-color: #CBEC8C; }
a { background-color: rgb(203,236,140); }
div.DivClassName
{
background-color: #CBEC8C;
}
.BgClassName
{
background-color: #CBEC8C;
}
</style>
border-color css
<style>
span { border-color: #CBEC8C; }
span { border-color: rgb(203,236,140); }
td.TdClassName
{
border-color: #CBEC8C;
}
.TagClassName
{
border-color: #CBEC8C;
}
</style>