Shades of Sulu #CBE278
Tints of Sulu #CBE278
RGB
CMYK
RGB Variations
Color information
#CBE278 (or 0xCBE278) is known color: Sulu. HEX triplet: CB, E2 and 78. RGB value is (203,226,120). Sum of RGB (Red+Green+Blue) = 203+226+120=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE278 is #341D87. Grayscale: #CFCFCF. Windows color (decimal): -3415432 or 7922379. OLE color: 7922379.
HSL color Cylindrical-coordinate representation of color #CBE278: hue angle of 73.02º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBE278 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 120 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.11 |
| HSL | 73.02º | 0.65% | 0.68% | - |
| HSV(B) | 73.02º | 0.47% | 0.89% | - |
| XYZ | 55.22 | 68.45 | 28.07 | - |
| YUV | 207.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 120 | 0.10 | 0 | 0.47 | 0.11 | 73.02 | 0.65 | 0.68 |
| Hex | CB | E2 | 78 | A | 0 | 2F | B | 49 | 41 | 44 |
| Octal | 313 | 342 | 170 | 12 | 0 | 57 | 13 | 111 | 101 | 104 |
| Binary | 11001011 | 11100010 | 1111000 | 1010 | 0 | 101111 | 1011 | 1001001 | 1000001 | 1000100 |
Color Harmonies of #CBE278
Complementary color
Monochromatic Colors of #CBE278
Black with #CBE278
Text Example
Text Example
White with #CBE278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE278; }
p { color: rgb(203,226,120); }
H1.HeaderClassName
{
color: #CBE278;
}
.AnyTagClassName
{
color: #CBE278;
}
</style>
background-color css
<style>
a { background-color: #CBE278; }
a { background-color: rgb(203,226,120); }
div.DivClassName
{
background-color: #CBE278;
}
.BgClassName
{
background-color: #CBE278;
}
</style>
border-color css
<style>
span { border-color: #CBE278; }
span { border-color: rgb(203,226,120); }
td.TdClassName
{
border-color: #CBE278;
}
.TagClassName
{
border-color: #CBE278;
}
</style>