Shades of Sulu #CBEB70
Tints of Sulu #CBEB70
RGB
CMYK
RGB Variations
Color information
#CBEB70 (or 0xCBEB70) is known color: Sulu. HEX triplet: CB, EB and 70. RGB value is (203,235,112). Sum of RGB (Red+Green+Blue) = 203+235+112=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB70 is #34148F. Grayscale: #D3D3D3. Windows color (decimal): -3413136 or 7400395. OLE color: 7400395.
HSL color Cylindrical-coordinate representation of color #CBEB70: hue angle of 75.61º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBEB70 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 112 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.08 |
| HSL | 75.61º | 0.75% | 0.68% | - |
| HSV(B) | 75.61º | 0.52% | 0.92% | - |
| XYZ | 57.26 | 73.28 | 26.46 | - |
| YUV | 211.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 112 | 0.14 | 0 | 0.52 | 0.08 | 75.61 | 0.75 | 0.68 |
| Hex | CB | EB | 70 | E | 0 | 34 | 8 | 4C | 4B | 44 |
| Octal | 313 | 353 | 160 | 16 | 0 | 64 | 10 | 114 | 113 | 104 |
| Binary | 11001011 | 11101011 | 1110000 | 1110 | 0 | 110100 | 1000 | 1001100 | 1001011 | 1000100 |
Color Harmonies of #CBEB70
Complementary color
Monochromatic Colors of #CBEB70
Black with #CBEB70
Text Example
Text Example
White with #CBEB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB70; }
p { color: rgb(203,235,112); }
H1.HeaderClassName
{
color: #CBEB70;
}
.AnyTagClassName
{
color: #CBEB70;
}
</style>
background-color css
<style>
a { background-color: #CBEB70; }
a { background-color: rgb(203,235,112); }
div.DivClassName
{
background-color: #CBEB70;
}
.BgClassName
{
background-color: #CBEB70;
}
</style>
border-color css
<style>
span { border-color: #CBEB70; }
span { border-color: rgb(203,235,112); }
td.TdClassName
{
border-color: #CBEB70;
}
.TagClassName
{
border-color: #CBEB70;
}
</style>