Shades of Sulu #CBEB8B
Tints of Sulu #CBEB8B
RGB
CMYK
RGB Variations
Color information
#CBEB8B (or 0xCBEB8B) is known color: Sulu. HEX triplet: CB, EB and 8B. RGB value is (203,235,139). Sum of RGB (Red+Green+Blue) = 203+235+139=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEB8B is #341474. Grayscale: #D6D6D6. Windows color (decimal): -3413109 or 9169867. OLE color: 9169867.
HSL color Cylindrical-coordinate representation of color #CBEB8B: hue angle of 80º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBEB8B is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 139 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.08 |
| HSL | 80º | 0.71% | 0.73% | - |
| HSV(B) | 80º | 0.41% | 0.92% | - |
| XYZ | 59 | 73.98 | 35.6 | - |
| YUV | 214.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 139 | 0.14 | 0 | 0.41 | 0.08 | 80 | 0.71 | 0.73 |
| Hex | CB | EB | 8B | E | 0 | 29 | 8 | 50 | 47 | 49 |
| Octal | 313 | 353 | 213 | 16 | 0 | 51 | 10 | 120 | 107 | 111 |
| Binary | 11001011 | 11101011 | 10001011 | 1110 | 0 | 101001 | 1000 | 1010000 | 1000111 | 1001001 |
Color Harmonies of #CBEB8B
Complementary color
Monochromatic Colors of #CBEB8B
Black with #CBEB8B
Text Example
Text Example
White with #CBEB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB8B; }
p { color: rgb(203,235,139); }
H1.HeaderClassName
{
color: #CBEB8B;
}
.AnyTagClassName
{
color: #CBEB8B;
}
</style>
background-color css
<style>
a { background-color: #CBEB8B; }
a { background-color: rgb(203,235,139); }
div.DivClassName
{
background-color: #CBEB8B;
}
.BgClassName
{
background-color: #CBEB8B;
}
</style>
border-color css
<style>
span { border-color: #CBEB8B; }
span { border-color: rgb(203,235,139); }
td.TdClassName
{
border-color: #CBEB8B;
}
.TagClassName
{
border-color: #CBEB8B;
}
</style>