Shades of Sulu #CBE590
Tints of Sulu #CBE590
RGB
CMYK
RGB Variations
Color information
#CBE590 (or 0xCBE590) is known color: Sulu. HEX triplet: CB, E5 and 90. RGB value is (203,229,144). Sum of RGB (Red+Green+Blue) = 203+229+144=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE590 is #341A6F. Grayscale: #D3D3D3. Windows color (decimal): -3414640 or 9496011. OLE color: 9496011.
HSL color Cylindrical-coordinate representation of color #CBE590: hue angle of 78.35º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBE590 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 144 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.10 |
| HSL | 78.35º | 0.62% | 0.73% | - |
| HSV(B) | 78.35º | 0.37% | 0.9% | - |
| XYZ | 57.68 | 70.75 | 37 | - |
| YUV | 211.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 144 | 0.11 | 0 | 0.37 | 0.10 | 78.35 | 0.62 | 0.73 |
| Hex | CB | E5 | 90 | B | 0 | 25 | A | 4E | 3E | 49 |
| Octal | 313 | 345 | 220 | 13 | 0 | 45 | 12 | 116 | 76 | 111 |
| Binary | 11001011 | 11100101 | 10010000 | 1011 | 0 | 100101 | 1010 | 1001110 | 111110 | 1001001 |
Color Harmonies of #CBE590
Complementary color
Monochromatic Colors of #CBE590
Black with #CBE590
Text Example
Text Example
White with #CBE590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE590; }
p { color: rgb(203,229,144); }
H1.HeaderClassName
{
color: #CBE590;
}
.AnyTagClassName
{
color: #CBE590;
}
</style>
background-color css
<style>
a { background-color: #CBE590; }
a { background-color: rgb(203,229,144); }
div.DivClassName
{
background-color: #CBE590;
}
.BgClassName
{
background-color: #CBE590;
}
</style>
border-color css
<style>
span { border-color: #CBE590; }
span { border-color: rgb(203,229,144); }
td.TdClassName
{
border-color: #CBE590;
}
.TagClassName
{
border-color: #CBE590;
}
</style>