Shades of Sulu #CBE58F
Tints of Sulu #CBE58F
RGB
CMYK
RGB Variations
Color information
#CBE58F (or 0xCBE58F) is known color: Sulu. HEX triplet: CB, E5 and 8F. RGB value is (203,229,143). Sum of RGB (Red+Green+Blue) = 203+229+143=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE58F is #341A70. Grayscale: #D3D3D3. Windows color (decimal): -3414641 or 9430475. OLE color: 9430475.
HSL color Cylindrical-coordinate representation of color #CBE58F: hue angle of 78.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBE58F is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 143 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.10 |
| HSL | 78.14º | 0.62% | 0.73% | - |
| HSV(B) | 78.14º | 0.38% | 0.9% | - |
| XYZ | 57.61 | 70.72 | 36.6 | - |
| YUV | 211.42 | 89.39 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 143 | 0.11 | 0 | 0.38 | 0.10 | 78.14 | 0.62 | 0.73 |
| Hex | CB | E5 | 8F | B | 0 | 26 | A | 4E | 3E | 49 |
| Octal | 313 | 345 | 217 | 13 | 0 | 46 | 12 | 116 | 76 | 111 |
| Binary | 11001011 | 11100101 | 10001111 | 1011 | 0 | 100110 | 1010 | 1001110 | 111110 | 1001001 |
Color Harmonies of #CBE58F
Complementary color
Monochromatic Colors of #CBE58F
Black with #CBE58F
Text Example
Text Example
White with #CBE58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE58F; }
p { color: rgb(203,229,143); }
H1.HeaderClassName
{
color: #CBE58F;
}
.AnyTagClassName
{
color: #CBE58F;
}
</style>
background-color css
<style>
a { background-color: #CBE58F; }
a { background-color: rgb(203,229,143); }
div.DivClassName
{
background-color: #CBE58F;
}
.BgClassName
{
background-color: #CBE58F;
}
</style>
border-color css
<style>
span { border-color: #CBE58F; }
span { border-color: rgb(203,229,143); }
td.TdClassName
{
border-color: #CBE58F;
}
.TagClassName
{
border-color: #CBE58F;
}
</style>