Shades of Sulu #CBE18A
Tints of Sulu #CBE18A
RGB
CMYK
RGB Variations
Color information
#CBE18A (or 0xCBE18A) is known color: Sulu. HEX triplet: CB, E1 and 8A. RGB value is (203,225,138). Sum of RGB (Red+Green+Blue) = 203+225+138=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE18A is #341E75. Grayscale: #D0D0D0. Windows color (decimal): -3415670 or 9101771. OLE color: 9101771.
HSL color Cylindrical-coordinate representation of color #CBE18A: hue angle of 75.17º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBE18A is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 138 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.12 |
| HSL | 75.17º | 0.59% | 0.71% | - |
| HSV(B) | 75.17º | 0.39% | 0.88% | - |
| XYZ | 56.14 | 68.38 | 34.28 | - |
| YUV | 208.5 | 88.21 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 138 | 0.10 | 0 | 0.39 | 0.12 | 75.17 | 0.59 | 0.71 |
| Hex | CB | E1 | 8A | A | 0 | 27 | C | 4B | 3B | 47 |
| Octal | 313 | 341 | 212 | 12 | 0 | 47 | 14 | 113 | 73 | 107 |
| Binary | 11001011 | 11100001 | 10001010 | 1010 | 0 | 100111 | 1100 | 1001011 | 111011 | 1000111 |
Color Harmonies of #CBE18A
Complementary color
Monochromatic Colors of #CBE18A
Black with #CBE18A
Text Example
Text Example
White with #CBE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE18A; }
p { color: rgb(203,225,138); }
H1.HeaderClassName
{
color: #CBE18A;
}
.AnyTagClassName
{
color: #CBE18A;
}
</style>
background-color css
<style>
a { background-color: #CBE18A; }
a { background-color: rgb(203,225,138); }
div.DivClassName
{
background-color: #CBE18A;
}
.BgClassName
{
background-color: #CBE18A;
}
</style>
border-color css
<style>
span { border-color: #CBE18A; }
span { border-color: rgb(203,225,138); }
td.TdClassName
{
border-color: #CBE18A;
}
.TagClassName
{
border-color: #CBE18A;
}
</style>