Shades of Sulu #CBE672
Tints of Sulu #CBE672
RGB
CMYK
RGB Variations
Color information
#CBE672 (or 0xCBE672) is known color: Sulu. HEX triplet: CB, E6 and 72. RGB value is (203,230,114). Sum of RGB (Red+Green+Blue) = 203+230+114=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE672 is #34198D. Grayscale: #D1D1D1. Windows color (decimal): -3414414 or 7530187. OLE color: 7530187.
HSL color Cylindrical-coordinate representation of color #CBE672: hue angle of 73.97º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBE672 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 114 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.10 |
| HSL | 73.97º | 0.7% | 0.67% | - |
| HSV(B) | 73.97º | 0.5% | 0.9% | - |
| XYZ | 55.96 | 70.51 | 26.58 | - |
| YUV | 208.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 114 | 0.12 | 0 | 0.50 | 0.10 | 73.97 | 0.7 | 0.67 |
| Hex | CB | E6 | 72 | C | 0 | 32 | A | 4A | 46 | 43 |
| Octal | 313 | 346 | 162 | 14 | 0 | 62 | 12 | 112 | 106 | 103 |
| Binary | 11001011 | 11100110 | 1110010 | 1100 | 0 | 110010 | 1010 | 1001010 | 1000110 | 1000011 |
Color Harmonies of #CBE672
Complementary color
Monochromatic Colors of #CBE672
Black with #CBE672
Text Example
Text Example
White with #CBE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE672; }
p { color: rgb(203,230,114); }
H1.HeaderClassName
{
color: #CBE672;
}
.AnyTagClassName
{
color: #CBE672;
}
</style>
background-color css
<style>
a { background-color: #CBE672; }
a { background-color: rgb(203,230,114); }
div.DivClassName
{
background-color: #CBE672;
}
.BgClassName
{
background-color: #CBE672;
}
</style>
border-color css
<style>
span { border-color: #CBE672; }
span { border-color: rgb(203,230,114); }
td.TdClassName
{
border-color: #CBE672;
}
.TagClassName
{
border-color: #CBE672;
}
</style>