Shades of Sulu #CBE48E
Tints of Sulu #CBE48E
RGB
CMYK
RGB Variations
Color information
#CBE48E (or 0xCBE48E) is known color: Sulu. HEX triplet: CB, E4 and 8E. RGB value is (203,228,142). Sum of RGB (Red+Green+Blue) = 203+228+142=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE48E is #341B71. Grayscale: #D3D3D3. Windows color (decimal): -3414898 or 9364683. OLE color: 9364683.
HSL color Cylindrical-coordinate representation of color #CBE48E: hue angle of 77.44º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBE48E is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 142 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.11 |
| HSL | 77.44º | 0.61% | 0.73% | - |
| HSV(B) | 77.44º | 0.38% | 0.89% | - |
| XYZ | 57.25 | 70.14 | 36.11 | - |
| YUV | 210.72 | 89.22 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 142 | 0.11 | 0 | 0.38 | 0.11 | 77.44 | 0.61 | 0.73 |
| Hex | CB | E4 | 8E | B | 0 | 26 | B | 4D | 3D | 49 |
| Octal | 313 | 344 | 216 | 13 | 0 | 46 | 13 | 115 | 75 | 111 |
| Binary | 11001011 | 11100100 | 10001110 | 1011 | 0 | 100110 | 1011 | 1001101 | 111101 | 1001001 |
Color Harmonies of #CBE48E
Complementary color
Monochromatic Colors of #CBE48E
Black with #CBE48E
Text Example
Text Example
White with #CBE48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE48E; }
p { color: rgb(203,228,142); }
H1.HeaderClassName
{
color: #CBE48E;
}
.AnyTagClassName
{
color: #CBE48E;
}
</style>
background-color css
<style>
a { background-color: #CBE48E; }
a { background-color: rgb(203,228,142); }
div.DivClassName
{
background-color: #CBE48E;
}
.BgClassName
{
background-color: #CBE48E;
}
</style>
border-color css
<style>
span { border-color: #CBE48E; }
span { border-color: rgb(203,228,142); }
td.TdClassName
{
border-color: #CBE48E;
}
.TagClassName
{
border-color: #CBE48E;
}
</style>