Shades of Sulu #B2DA72
Tints of Sulu #B2DA72
RGB
CMYK
RGB Variations
Color information
#B2DA72 (or 0xB2DA72) is known color: Sulu. HEX triplet: B2, DA and 72. RGB value is (178,218,114). Sum of RGB (Red+Green+Blue) = 178+218+114=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA72 is #4D258D. Grayscale: #C2C2C2. Windows color (decimal): -5055886 or 7527090. OLE color: 7527090.
HSL color Cylindrical-coordinate representation of color #B2DA72: hue angle of 83.08º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2DA72 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 114 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.15 |
| HSL | 83.08º | 0.58% | 0.65% | - |
| HSV(B) | 83.08º | 0.48% | 0.85% | - |
| XYZ | 46.47 | 60.82 | 25.21 | - |
| YUV | 194.18 | 82.75 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 114 | 0.18 | 0 | 0.48 | 0.15 | 83.08 | 0.58 | 0.65 |
| Hex | B2 | DA | 72 | 12 | 0 | 30 | F | 53 | 3A | 41 |
| Octal | 262 | 332 | 162 | 22 | 0 | 60 | 17 | 123 | 72 | 101 |
| Binary | 10110010 | 11011010 | 1110010 | 10010 | 0 | 110000 | 1111 | 1010011 | 111010 | 1000001 |
Color Harmonies of #B2DA72
Complementary color
Monochromatic Colors of #B2DA72
Black with #B2DA72
Text Example
Text Example
White with #B2DA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA72; }
p { color: rgb(178,218,114); }
H1.HeaderClassName
{
color: #B2DA72;
}
.AnyTagClassName
{
color: #B2DA72;
}
</style>
background-color css
<style>
a { background-color: #B2DA72; }
a { background-color: rgb(178,218,114); }
div.DivClassName
{
background-color: #B2DA72;
}
.BgClassName
{
background-color: #B2DA72;
}
</style>
border-color css
<style>
span { border-color: #B2DA72; }
span { border-color: rgb(178,218,114); }
td.TdClassName
{
border-color: #B2DA72;
}
.TagClassName
{
border-color: #B2DA72;
}
</style>