Shades of Sulu #BBED74
Tints of Sulu #BBED74
RGB
CMYK
RGB Variations
Color information
#BBED74 (or 0xBBED74) is known color: Sulu. HEX triplet: BB, ED and 74. RGB value is (187,237,116). Sum of RGB (Red+Green+Blue) = 187+237+116=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED74 is #44128B. Grayscale: #D0D0D0. Windows color (decimal): -4461196 or 7663035. OLE color: 7663035.
HSL color Cylindrical-coordinate representation of color #BBED74: hue angle of 84.79º 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 #BBED74 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 116 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.07 |
| HSL | 84.79º | 0.77% | 0.69% | - |
| HSV(B) | 84.79º | 0.51% | 0.93% | - |
| XYZ | 53.93 | 72.39 | 27.65 | - |
| YUV | 208.26 | 75.94 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 116 | 0.21 | 0 | 0.51 | 0.07 | 84.79 | 0.77 | 0.69 |
| Hex | BB | ED | 74 | 15 | 0 | 33 | 7 | 55 | 4D | 45 |
| Octal | 273 | 355 | 164 | 25 | 0 | 63 | 7 | 125 | 115 | 105 |
| Binary | 10111011 | 11101101 | 1110100 | 10101 | 0 | 110011 | 111 | 1010101 | 1001101 | 1000101 |
Color Harmonies of #BBED74
Complementary color
Monochromatic Colors of #BBED74
Black with #BBED74
Text Example
Text Example
White with #BBED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED74; }
p { color: rgb(187,237,116); }
H1.HeaderClassName
{
color: #BBED74;
}
.AnyTagClassName
{
color: #BBED74;
}
</style>
background-color css
<style>
a { background-color: #BBED74; }
a { background-color: rgb(187,237,116); }
div.DivClassName
{
background-color: #BBED74;
}
.BgClassName
{
background-color: #BBED74;
}
</style>
border-color css
<style>
span { border-color: #BBED74; }
span { border-color: rgb(187,237,116); }
td.TdClassName
{
border-color: #BBED74;
}
.TagClassName
{
border-color: #BBED74;
}
</style>