Shades of Sulu #CBEB7A
Tints of Sulu #CBEB7A
RGB
CMYK
RGB Variations
Color information
#CBEB7A (or 0xCBEB7A) is known color: Sulu. HEX triplet: CB, EB and 7A. RGB value is (203,235,122). Sum of RGB (Red+Green+Blue) = 203+235+122=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB7A is #341485. Grayscale: #D4D4D4. Windows color (decimal): -3413126 or 8055755. OLE color: 8055755.
HSL color Cylindrical-coordinate representation of color #CBEB7A: hue angle of 76.99º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBEB7A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 122 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.08 |
| HSL | 76.99º | 0.74% | 0.7% | - |
| HSV(B) | 76.99º | 0.48% | 0.92% | - |
| XYZ | 57.85 | 73.52 | 29.55 | - |
| YUV | 212.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 122 | 0.14 | 0 | 0.48 | 0.08 | 76.99 | 0.74 | 0.7 |
| Hex | CB | EB | 7A | E | 0 | 30 | 8 | 4D | 4A | 46 |
| Octal | 313 | 353 | 172 | 16 | 0 | 60 | 10 | 115 | 112 | 106 |
| Binary | 11001011 | 11101011 | 1111010 | 1110 | 0 | 110000 | 1000 | 1001101 | 1001010 | 1000110 |
Color Harmonies of #CBEB7A
Complementary color
Monochromatic Colors of #CBEB7A
Black with #CBEB7A
Text Example
Text Example
White with #CBEB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB7A; }
p { color: rgb(203,235,122); }
H1.HeaderClassName
{
color: #CBEB7A;
}
.AnyTagClassName
{
color: #CBEB7A;
}
</style>
background-color css
<style>
a { background-color: #CBEB7A; }
a { background-color: rgb(203,235,122); }
div.DivClassName
{
background-color: #CBEB7A;
}
.BgClassName
{
background-color: #CBEB7A;
}
</style>
border-color css
<style>
span { border-color: #CBEB7A; }
span { border-color: rgb(203,235,122); }
td.TdClassName
{
border-color: #CBEB7A;
}
.TagClassName
{
border-color: #CBEB7A;
}
</style>