Shades of Sulu #B2DC70
Tints of Sulu #B2DC70
RGB
CMYK
RGB Variations
Color information
#B2DC70 (or 0xB2DC70) is known color: Sulu. HEX triplet: B2, DC and 70. RGB value is (178,220,112). Sum of RGB (Red+Green+Blue) = 178+220+112=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC70 is #4D238F. Grayscale: #C3C3C3. Windows color (decimal): -5055376 or 7396530. OLE color: 7396530.
HSL color Cylindrical-coordinate representation of color #B2DC70: hue angle of 83.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2DC70 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 112 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.14 |
| HSL | 83.33º | 0.61% | 0.65% | - |
| HSV(B) | 83.33º | 0.49% | 0.86% | - |
| XYZ | 46.88 | 61.82 | 24.79 | - |
| YUV | 195.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 112 | 0.19 | 0 | 0.49 | 0.14 | 83.33 | 0.61 | 0.65 |
| Hex | B2 | DC | 70 | 13 | 0 | 31 | E | 53 | 3D | 41 |
| Octal | 262 | 334 | 160 | 23 | 0 | 61 | 16 | 123 | 75 | 101 |
| Binary | 10110010 | 11011100 | 1110000 | 10011 | 0 | 110001 | 1110 | 1010011 | 111101 | 1000001 |
Color Harmonies of #B2DC70
Complementary color
Monochromatic Colors of #B2DC70
Black with #B2DC70
Text Example
Text Example
White with #B2DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC70; }
p { color: rgb(178,220,112); }
H1.HeaderClassName
{
color: #B2DC70;
}
.AnyTagClassName
{
color: #B2DC70;
}
</style>
background-color css
<style>
a { background-color: #B2DC70; }
a { background-color: rgb(178,220,112); }
div.DivClassName
{
background-color: #B2DC70;
}
.BgClassName
{
background-color: #B2DC70;
}
</style>
border-color css
<style>
span { border-color: #B2DC70; }
span { border-color: rgb(178,220,112); }
td.TdClassName
{
border-color: #B2DC70;
}
.TagClassName
{
border-color: #B2DC70;
}
</style>