Shades of Sulu #CBE375
Tints of Sulu #CBE375
RGB
CMYK
RGB Variations
Color information
#CBE375 (or 0xCBE375) is known color: Sulu. HEX triplet: CB, E3 and 75. RGB value is (203,227,117). Sum of RGB (Red+Green+Blue) = 203+227+117=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE375 is #341C8A. Grayscale: #CFCFCF. Windows color (decimal): -3415179 or 7726027. OLE color: 7726027.
HSL color Cylindrical-coordinate representation of color #CBE375: hue angle of 73.09º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBE375 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 117 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.11 |
| HSL | 73.09º | 0.66% | 0.67% | - |
| HSV(B) | 73.09º | 0.48% | 0.89% | - |
| XYZ | 55.31 | 68.92 | 27.22 | - |
| YUV | 207.28 | 77.05 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 117 | 0.11 | 0 | 0.48 | 0.11 | 73.09 | 0.66 | 0.67 |
| Hex | CB | E3 | 75 | B | 0 | 30 | B | 49 | 42 | 43 |
| Octal | 313 | 343 | 165 | 13 | 0 | 60 | 13 | 111 | 102 | 103 |
| Binary | 11001011 | 11100011 | 1110101 | 1011 | 0 | 110000 | 1011 | 1001001 | 1000010 | 1000011 |
Color Harmonies of #CBE375
Complementary color
Monochromatic Colors of #CBE375
Black with #CBE375
Text Example
Text Example
White with #CBE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE375; }
p { color: rgb(203,227,117); }
H1.HeaderClassName
{
color: #CBE375;
}
.AnyTagClassName
{
color: #CBE375;
}
</style>
background-color css
<style>
a { background-color: #CBE375; }
a { background-color: rgb(203,227,117); }
div.DivClassName
{
background-color: #CBE375;
}
.BgClassName
{
background-color: #CBE375;
}
</style>
border-color css
<style>
span { border-color: #CBE375; }
span { border-color: rgb(203,227,117); }
td.TdClassName
{
border-color: #CBE375;
}
.TagClassName
{
border-color: #CBE375;
}
</style>