Shades of Sulu #BBE378
Tints of Sulu #BBE378
RGB
CMYK
RGB Variations
Color information
#BBE378 (or 0xBBE378) is known color: Sulu. HEX triplet: BB, E3 and 78. RGB value is (187,227,120). Sum of RGB (Red+Green+Blue) = 187+227+120=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE378 is #441C87. Grayscale: #CBCBCB. Windows color (decimal): -4463752 or 7922619. OLE color: 7922619.
HSL color Cylindrical-coordinate representation of color #BBE378: hue angle of 82.43º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBE378 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 120 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.11 |
| HSL | 82.43º | 0.66% | 0.68% | - |
| HSV(B) | 82.43º | 0.47% | 0.89% | - |
| XYZ | 51.35 | 66.86 | 27.97 | - |
| YUV | 202.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 120 | 0.18 | 0 | 0.47 | 0.11 | 82.43 | 0.66 | 0.68 |
| Hex | BB | E3 | 78 | 12 | 0 | 2F | B | 52 | 42 | 44 |
| Octal | 273 | 343 | 170 | 22 | 0 | 57 | 13 | 122 | 102 | 104 |
| Binary | 10111011 | 11100011 | 1111000 | 10010 | 0 | 101111 | 1011 | 1010010 | 1000010 | 1000100 |
Color Harmonies of #BBE378
Complementary color
Monochromatic Colors of #BBE378
Black with #BBE378
Text Example
Text Example
White with #BBE378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE378; }
p { color: rgb(187,227,120); }
H1.HeaderClassName
{
color: #BBE378;
}
.AnyTagClassName
{
color: #BBE378;
}
</style>
background-color css
<style>
a { background-color: #BBE378; }
a { background-color: rgb(187,227,120); }
div.DivClassName
{
background-color: #BBE378;
}
.BgClassName
{
background-color: #BBE378;
}
</style>
border-color css
<style>
span { border-color: #BBE378; }
span { border-color: rgb(187,227,120); }
td.TdClassName
{
border-color: #BBE378;
}
.TagClassName
{
border-color: #BBE378;
}
</style>