Shades of Sulu #CBED77
Tints of Sulu #CBED77
RGB
CMYK
RGB Variations
Color information
#CBED77 (or 0xCBED77) is known color: Sulu. HEX triplet: CB, ED and 77. RGB value is (203,237,119). Sum of RGB (Red+Green+Blue) = 203+237+119=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED77 is #341288. Grayscale: #D5D5D5. Windows color (decimal): -3412617 or 7859659. OLE color: 7859659.
HSL color Cylindrical-coordinate representation of color #CBED77: hue angle of 77.29º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBED77 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 119 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.07 |
| HSL | 77.29º | 0.77% | 0.7% | - |
| HSV(B) | 77.29º | 0.5% | 0.93% | - |
| XYZ | 58.24 | 74.6 | 28.78 | - |
| YUV | 213.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 119 | 0.14 | 0 | 0.50 | 0.07 | 77.29 | 0.77 | 0.7 |
| Hex | CB | ED | 77 | E | 0 | 32 | 7 | 4D | 4D | 46 |
| Octal | 313 | 355 | 167 | 16 | 0 | 62 | 7 | 115 | 115 | 106 |
| Binary | 11001011 | 11101101 | 1110111 | 1110 | 0 | 110010 | 111 | 1001101 | 1001101 | 1000110 |
Color Harmonies of #CBED77
Complementary color
Monochromatic Colors of #CBED77
Black with #CBED77
Text Example
Text Example
White with #CBED77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED77; }
p { color: rgb(203,237,119); }
H1.HeaderClassName
{
color: #CBED77;
}
.AnyTagClassName
{
color: #CBED77;
}
</style>
background-color css
<style>
a { background-color: #CBED77; }
a { background-color: rgb(203,237,119); }
div.DivClassName
{
background-color: #CBED77;
}
.BgClassName
{
background-color: #CBED77;
}
</style>
border-color css
<style>
span { border-color: #CBED77; }
span { border-color: rgb(203,237,119); }
td.TdClassName
{
border-color: #CBED77;
}
.TagClassName
{
border-color: #CBED77;
}
</style>