Shades of Sulu #CBE790
Tints of Sulu #CBE790
RGB
CMYK
RGB Variations
Color information
#CBE790 (or 0xCBE790) is known color: Sulu. HEX triplet: CB, E7 and 90. RGB value is (203,231,144). Sum of RGB (Red+Green+Blue) = 203+231+144=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE790 is #34186F. Grayscale: #D5D5D5. Windows color (decimal): -3414128 or 9496523. OLE color: 9496523.
HSL color Cylindrical-coordinate representation of color #CBE790: hue angle of 79.31º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBE790 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 144 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.09 |
| HSL | 79.31º | 0.64% | 0.74% | - |
| HSV(B) | 79.31º | 0.38% | 0.91% | - |
| XYZ | 58.24 | 71.86 | 37.19 | - |
| YUV | 212.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 144 | 0.12 | 0 | 0.38 | 0.09 | 79.31 | 0.64 | 0.74 |
| Hex | CB | E7 | 90 | C | 0 | 26 | 9 | 4F | 40 | 4A |
| Octal | 313 | 347 | 220 | 14 | 0 | 46 | 11 | 117 | 100 | 112 |
| Binary | 11001011 | 11100111 | 10010000 | 1100 | 0 | 100110 | 1001 | 1001111 | 1000000 | 1001010 |
Color Harmonies of #CBE790
Complementary color
Monochromatic Colors of #CBE790
Black with #CBE790
Text Example
Text Example
White with #CBE790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE790; }
p { color: rgb(203,231,144); }
H1.HeaderClassName
{
color: #CBE790;
}
.AnyTagClassName
{
color: #CBE790;
}
</style>
background-color css
<style>
a { background-color: #CBE790; }
a { background-color: rgb(203,231,144); }
div.DivClassName
{
background-color: #CBE790;
}
.BgClassName
{
background-color: #CBE790;
}
</style>
border-color css
<style>
span { border-color: #CBE790; }
span { border-color: rgb(203,231,144); }
td.TdClassName
{
border-color: #CBE790;
}
.TagClassName
{
border-color: #CBE790;
}
</style>