Shades of Sulu #CBED73
Tints of Sulu #CBED73
RGB
CMYK
RGB Variations
Color information
#CBED73 (or 0xCBED73) is known color: Sulu. HEX triplet: CB, ED and 73. RGB value is (203,237,115). Sum of RGB (Red+Green+Blue) = 203+237+115=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED73 is #34128C. Grayscale: #D5D5D5. Windows color (decimal): -3412621 or 7597515. OLE color: 7597515.
HSL color Cylindrical-coordinate representation of color #CBED73: hue angle of 76.72º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBED73 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 115 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.07 |
| HSL | 76.72º | 0.77% | 0.69% | - |
| HSV(B) | 76.72º | 0.51% | 0.93% | - |
| XYZ | 58.01 | 74.5 | 27.54 | - |
| YUV | 212.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 115 | 0.14 | 0 | 0.51 | 0.07 | 76.72 | 0.77 | 0.69 |
| Hex | CB | ED | 73 | E | 0 | 33 | 7 | 4D | 4D | 45 |
| Octal | 313 | 355 | 163 | 16 | 0 | 63 | 7 | 115 | 115 | 105 |
| Binary | 11001011 | 11101101 | 1110011 | 1110 | 0 | 110011 | 111 | 1001101 | 1001101 | 1000101 |
Color Harmonies of #CBED73
Complementary color
Monochromatic Colors of #CBED73
Black with #CBED73
Text Example
Text Example
White with #CBED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED73; }
p { color: rgb(203,237,115); }
H1.HeaderClassName
{
color: #CBED73;
}
.AnyTagClassName
{
color: #CBED73;
}
</style>
background-color css
<style>
a { background-color: #CBED73; }
a { background-color: rgb(203,237,115); }
div.DivClassName
{
background-color: #CBED73;
}
.BgClassName
{
background-color: #CBED73;
}
</style>
border-color css
<style>
span { border-color: #CBED73; }
span { border-color: rgb(203,237,115); }
td.TdClassName
{
border-color: #CBED73;
}
.TagClassName
{
border-color: #CBED73;
}
</style>