Shades of Sulu #CBE48F
Tints of Sulu #CBE48F
RGB
CMYK
RGB Variations
Color information
#CBE48F (or 0xCBE48F) is known color: Sulu. HEX triplet: CB, E4 and 8F. RGB value is (203,228,143). Sum of RGB (Red+Green+Blue) = 203+228+143=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE48F is #341B70. Grayscale: #D3D3D3. Windows color (decimal): -3414897 or 9430219. OLE color: 9430219.
HSL color Cylindrical-coordinate representation of color #CBE48F: hue angle of 77.65º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBE48F is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 143 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.11 |
| HSL | 77.65º | 0.61% | 0.73% | - |
| HSV(B) | 77.65º | 0.37% | 0.89% | - |
| XYZ | 57.33 | 70.17 | 36.51 | - |
| YUV | 210.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 143 | 0.11 | 0 | 0.37 | 0.11 | 77.65 | 0.61 | 0.73 |
| Hex | CB | E4 | 8F | B | 0 | 25 | B | 4E | 3D | 49 |
| Octal | 313 | 344 | 217 | 13 | 0 | 45 | 13 | 116 | 75 | 111 |
| Binary | 11001011 | 11100100 | 10001111 | 1011 | 0 | 100101 | 1011 | 1001110 | 111101 | 1001001 |
Color Harmonies of #CBE48F
Complementary color
Monochromatic Colors of #CBE48F
Black with #CBE48F
Text Example
Text Example
White with #CBE48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE48F; }
p { color: rgb(203,228,143); }
H1.HeaderClassName
{
color: #CBE48F;
}
.AnyTagClassName
{
color: #CBE48F;
}
</style>
background-color css
<style>
a { background-color: #CBE48F; }
a { background-color: rgb(203,228,143); }
div.DivClassName
{
background-color: #CBE48F;
}
.BgClassName
{
background-color: #CBE48F;
}
</style>
border-color css
<style>
span { border-color: #CBE48F; }
span { border-color: rgb(203,228,143); }
td.TdClassName
{
border-color: #CBE48F;
}
.TagClassName
{
border-color: #CBE48F;
}
</style>