Shades of Sulu #CBE690
Tints of Sulu #CBE690
RGB
CMYK
RGB Variations
Color information
#CBE690 (or 0xCBE690) is known color: Sulu. HEX triplet: CB, E6 and 90. RGB value is (203,230,144). Sum of RGB (Red+Green+Blue) = 203+230+144=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE690 is #34196F. Grayscale: #D4D4D4. Windows color (decimal): -3414384 or 9496267. OLE color: 9496267.
HSL color Cylindrical-coordinate representation of color #CBE690: hue angle of 78.84º degrees, saturation: 0.63, 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 #CBE690 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 144 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.10 |
| HSL | 78.84º | 0.63% | 0.73% | - |
| HSV(B) | 78.84º | 0.37% | 0.9% | - |
| XYZ | 57.96 | 71.3 | 37.09 | - |
| YUV | 212.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 144 | 0.12 | 0 | 0.37 | 0.10 | 78.84 | 0.63 | 0.73 |
| Hex | CB | E6 | 90 | C | 0 | 25 | A | 4F | 3F | 49 |
| Octal | 313 | 346 | 220 | 14 | 0 | 45 | 12 | 117 | 77 | 111 |
| Binary | 11001011 | 11100110 | 10010000 | 1100 | 0 | 100101 | 1010 | 1001111 | 111111 | 1001001 |
Color Harmonies of #CBE690
Complementary color
Monochromatic Colors of #CBE690
Black with #CBE690
Text Example
Text Example
White with #CBE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE690; }
p { color: rgb(203,230,144); }
H1.HeaderClassName
{
color: #CBE690;
}
.AnyTagClassName
{
color: #CBE690;
}
</style>
background-color css
<style>
a { background-color: #CBE690; }
a { background-color: rgb(203,230,144); }
div.DivClassName
{
background-color: #CBE690;
}
.BgClassName
{
background-color: #CBE690;
}
</style>
border-color css
<style>
span { border-color: #CBE690; }
span { border-color: rgb(203,230,144); }
td.TdClassName
{
border-color: #CBE690;
}
.TagClassName
{
border-color: #CBE690;
}
</style>