Shades of Sulu #B2DC72
Tints of Sulu #B2DC72
RGB
CMYK
RGB Variations
Color information
#B2DC72 (or 0xB2DC72) is known color: Sulu. HEX triplet: B2, DC and 72. RGB value is (178,220,114). Sum of RGB (Red+Green+Blue) = 178+220+114=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC72 is #4D238D. Grayscale: #C3C3C3. Windows color (decimal): -5055374 or 7527602. OLE color: 7527602.
HSL color Cylindrical-coordinate representation of color #B2DC72: hue angle of 83.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2DC72 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 114 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.14 |
| HSL | 83.77º | 0.6% | 0.65% | - |
| HSV(B) | 83.77º | 0.48% | 0.86% | - |
| XYZ | 46.99 | 61.87 | 25.38 | - |
| YUV | 195.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 114 | 0.19 | 0 | 0.48 | 0.14 | 83.77 | 0.6 | 0.65 |
| Hex | B2 | DC | 72 | 13 | 0 | 30 | E | 54 | 3C | 41 |
| Octal | 262 | 334 | 162 | 23 | 0 | 60 | 16 | 124 | 74 | 101 |
| Binary | 10110010 | 11011100 | 1110010 | 10011 | 0 | 110000 | 1110 | 1010100 | 111100 | 1000001 |
Color Harmonies of #B2DC72
Complementary color
Monochromatic Colors of #B2DC72
Black with #B2DC72
Text Example
Text Example
White with #B2DC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC72; }
p { color: rgb(178,220,114); }
H1.HeaderClassName
{
color: #B2DC72;
}
.AnyTagClassName
{
color: #B2DC72;
}
</style>
background-color css
<style>
a { background-color: #B2DC72; }
a { background-color: rgb(178,220,114); }
div.DivClassName
{
background-color: #B2DC72;
}
.BgClassName
{
background-color: #B2DC72;
}
</style>
border-color css
<style>
span { border-color: #B2DC72; }
span { border-color: rgb(178,220,114); }
td.TdClassName
{
border-color: #B2DC72;
}
.TagClassName
{
border-color: #B2DC72;
}
</style>