Shades of Sulu #BBDF75
Tints of Sulu #BBDF75
RGB
CMYK
RGB Variations
Color information
#BBDF75 (or 0xBBDF75) is known color: Sulu. HEX triplet: BB, DF and 75. RGB value is (187,223,117). Sum of RGB (Red+Green+Blue) = 187+223+117=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF75 is #44208A. Grayscale: #C8C8C8. Windows color (decimal): -4464779 or 7724987. OLE color: 7724987.
HSL color Cylindrical-coordinate representation of color #BBDF75: hue angle of 80.38º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBDF75 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 117 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.13 |
| HSL | 80.38º | 0.62% | 0.67% | - |
| HSV(B) | 80.38º | 0.48% | 0.87% | - |
| XYZ | 50.09 | 64.62 | 26.66 | - |
| YUV | 200.15 | 81.07 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 117 | 0.16 | 0 | 0.48 | 0.13 | 80.38 | 0.62 | 0.67 |
| Hex | BB | DF | 75 | 10 | 0 | 30 | D | 50 | 3E | 43 |
| Octal | 273 | 337 | 165 | 20 | 0 | 60 | 15 | 120 | 76 | 103 |
| Binary | 10111011 | 11011111 | 1110101 | 10000 | 0 | 110000 | 1101 | 1010000 | 111110 | 1000011 |
Color Harmonies of #BBDF75
Complementary color
Monochromatic Colors of #BBDF75
Black with #BBDF75
Text Example
Text Example
White with #BBDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF75; }
p { color: rgb(187,223,117); }
H1.HeaderClassName
{
color: #BBDF75;
}
.AnyTagClassName
{
color: #BBDF75;
}
</style>
background-color css
<style>
a { background-color: #BBDF75; }
a { background-color: rgb(187,223,117); }
div.DivClassName
{
background-color: #BBDF75;
}
.BgClassName
{
background-color: #BBDF75;
}
</style>
border-color css
<style>
span { border-color: #BBDF75; }
span { border-color: rgb(187,223,117); }
td.TdClassName
{
border-color: #BBDF75;
}
.TagClassName
{
border-color: #BBDF75;
}
</style>