Shades of Sulu #B8DA80
Tints of Sulu #B8DA80
RGB
CMYK
RGB Variations
Color information
#B8DA80 (or 0xB8DA80) is known color: Sulu. HEX triplet: B8, DA and 80. RGB value is (184,218,128). Sum of RGB (Red+Green+Blue) = 184+218+128=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DA80 is #47257F. Grayscale: #C5C5C5. Windows color (decimal): -4662656 or 8444600. OLE color: 8444600.
HSL color Cylindrical-coordinate representation of color #B8DA80: hue angle of 82.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8DA80 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 128 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.15 |
| HSL | 82.67º | 0.55% | 0.68% | - |
| HSV(B) | 82.67º | 0.41% | 0.85% | - |
| XYZ | 48.73 | 61.89 | 29.8 | - |
| YUV | 197.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 128 | 0.16 | 0 | 0.41 | 0.15 | 82.67 | 0.55 | 0.68 |
| Hex | B8 | DA | 80 | 10 | 0 | 29 | F | 53 | 37 | 44 |
| Octal | 270 | 332 | 200 | 20 | 0 | 51 | 17 | 123 | 67 | 104 |
| Binary | 10111000 | 11011010 | 10000000 | 10000 | 0 | 101001 | 1111 | 1010011 | 110111 | 1000100 |
Color Harmonies of #B8DA80
Complementary color
Monochromatic Colors of #B8DA80
Black with #B8DA80
Text Example
Text Example
White with #B8DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA80; }
p { color: rgb(184,218,128); }
H1.HeaderClassName
{
color: #B8DA80;
}
.AnyTagClassName
{
color: #B8DA80;
}
</style>
background-color css
<style>
a { background-color: #B8DA80; }
a { background-color: rgb(184,218,128); }
div.DivClassName
{
background-color: #B8DA80;
}
.BgClassName
{
background-color: #B8DA80;
}
</style>
border-color css
<style>
span { border-color: #B8DA80; }
span { border-color: rgb(184,218,128); }
td.TdClassName
{
border-color: #B8DA80;
}
.TagClassName
{
border-color: #B8DA80;
}
</style>