Shades of Sulu #CBE58C
Tints of Sulu #CBE58C
RGB
CMYK
RGB Variations
Color information
#CBE58C (or 0xCBE58C) is known color: Sulu. HEX triplet: CB, E5 and 8C. RGB value is (203,229,140). Sum of RGB (Red+Green+Blue) = 203+229+140=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE58C is #341A73. Grayscale: #D3D3D3. Windows color (decimal): -3414644 or 9233867. OLE color: 9233867.
HSL color Cylindrical-coordinate representation of color #CBE58C: hue angle of 77.53º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBE58C is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 140 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.10 |
| HSL | 77.53º | 0.63% | 0.72% | - |
| HSV(B) | 77.53º | 0.39% | 0.9% | - |
| XYZ | 57.38 | 70.63 | 35.42 | - |
| YUV | 211.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 140 | 0.11 | 0 | 0.39 | 0.10 | 77.53 | 0.63 | 0.72 |
| Hex | CB | E5 | 8C | B | 0 | 27 | A | 4E | 3F | 48 |
| Octal | 313 | 345 | 214 | 13 | 0 | 47 | 12 | 116 | 77 | 110 |
| Binary | 11001011 | 11100101 | 10001100 | 1011 | 0 | 100111 | 1010 | 1001110 | 111111 | 1001000 |
Color Harmonies of #CBE58C
Complementary color
Monochromatic Colors of #CBE58C
Black with #CBE58C
Text Example
Text Example
White with #CBE58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE58C; }
p { color: rgb(203,229,140); }
H1.HeaderClassName
{
color: #CBE58C;
}
.AnyTagClassName
{
color: #CBE58C;
}
</style>
background-color css
<style>
a { background-color: #CBE58C; }
a { background-color: rgb(203,229,140); }
div.DivClassName
{
background-color: #CBE58C;
}
.BgClassName
{
background-color: #CBE58C;
}
</style>
border-color css
<style>
span { border-color: #CBE58C; }
span { border-color: rgb(203,229,140); }
td.TdClassName
{
border-color: #CBE58C;
}
.TagClassName
{
border-color: #CBE58C;
}
</style>