Shades of Sulu #CBEC8F
Tints of Sulu #CBEC8F
RGB
CMYK
RGB Variations
Color information
#CBEC8F (or 0xCBEC8F) is known color: Sulu. HEX triplet: CB, EC and 8F. RGB value is (203,236,143). Sum of RGB (Red+Green+Blue) = 203+236+143=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC8F is #341370. Grayscale: #D7D7D7. Windows color (decimal): -3412849 or 9432267. OLE color: 9432267.
HSL color Cylindrical-coordinate representation of color #CBEC8F: hue angle of 81.29º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBEC8F is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 143 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.07 |
| HSL | 81.29º | 0.71% | 0.74% | - |
| HSV(B) | 81.29º | 0.39% | 0.93% | - |
| XYZ | 59.58 | 74.67 | 37.26 | - |
| YUV | 215.53 | 87.07 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 143 | 0.14 | 0 | 0.39 | 0.07 | 81.29 | 0.71 | 0.74 |
| Hex | CB | EC | 8F | E | 0 | 27 | 7 | 51 | 47 | 4A |
| Octal | 313 | 354 | 217 | 16 | 0 | 47 | 7 | 121 | 107 | 112 |
| Binary | 11001011 | 11101100 | 10001111 | 1110 | 0 | 100111 | 111 | 1010001 | 1000111 | 1001010 |
Color Harmonies of #CBEC8F
Complementary color
Monochromatic Colors of #CBEC8F
Black with #CBEC8F
Text Example
Text Example
White with #CBEC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC8F; }
p { color: rgb(203,236,143); }
H1.HeaderClassName
{
color: #CBEC8F;
}
.AnyTagClassName
{
color: #CBEC8F;
}
</style>
background-color css
<style>
a { background-color: #CBEC8F; }
a { background-color: rgb(203,236,143); }
div.DivClassName
{
background-color: #CBEC8F;
}
.BgClassName
{
background-color: #CBEC8F;
}
</style>
border-color css
<style>
span { border-color: #CBEC8F; }
span { border-color: rgb(203,236,143); }
td.TdClassName
{
border-color: #CBEC8F;
}
.TagClassName
{
border-color: #CBEC8F;
}
</style>