Shades of Sulu #B2DD73
Tints of Sulu #B2DD73
RGB
CMYK
RGB Variations
Color information
#B2DD73 (or 0xB2DD73) is known color: Sulu. HEX triplet: B2, DD and 73. RGB value is (178,221,115). Sum of RGB (Red+Green+Blue) = 178+221+115=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD73 is #4D228C. Grayscale: #C4C4C4. Windows color (decimal): -5055117 or 7593394. OLE color: 7593394.
HSL color Cylindrical-coordinate representation of color #B2DD73: hue angle of 84.34º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2DD73 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 115 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.13 |
| HSL | 84.34º | 0.61% | 0.66% | - |
| HSV(B) | 84.34º | 0.48% | 0.87% | - |
| XYZ | 47.31 | 62.42 | 25.77 | - |
| YUV | 196.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 115 | 0.19 | 0 | 0.48 | 0.13 | 84.34 | 0.61 | 0.66 |
| Hex | B2 | DD | 73 | 13 | 0 | 30 | D | 54 | 3D | 42 |
| Octal | 262 | 335 | 163 | 23 | 0 | 60 | 15 | 124 | 75 | 102 |
| Binary | 10110010 | 11011101 | 1110011 | 10011 | 0 | 110000 | 1101 | 1010100 | 111101 | 1000010 |
Color Harmonies of #B2DD73
Complementary color
Monochromatic Colors of #B2DD73
Black with #B2DD73
Text Example
Text Example
White with #B2DD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD73; }
p { color: rgb(178,221,115); }
H1.HeaderClassName
{
color: #B2DD73;
}
.AnyTagClassName
{
color: #B2DD73;
}
</style>
background-color css
<style>
a { background-color: #B2DD73; }
a { background-color: rgb(178,221,115); }
div.DivClassName
{
background-color: #B2DD73;
}
.BgClassName
{
background-color: #B2DD73;
}
</style>
border-color css
<style>
span { border-color: #B2DD73; }
span { border-color: rgb(178,221,115); }
td.TdClassName
{
border-color: #B2DD73;
}
.TagClassName
{
border-color: #B2DD73;
}
</style>