Shades of Sulu #B2DE70
Tints of Sulu #B2DE70
RGB
CMYK
RGB Variations
Color information
#B2DE70 (or 0xB2DE70) is known color: Sulu. HEX triplet: B2, DE and 70. RGB value is (178,222,112). Sum of RGB (Red+Green+Blue) = 178+222+112=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DE70 is #4D218F. Grayscale: #C4C4C4. Windows color (decimal): -5054864 or 7397042. OLE color: 7397042.
HSL color Cylindrical-coordinate representation of color #B2DE70: hue angle of 84º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2DE70 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 112 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.13 |
| HSL | 84º | 0.63% | 0.65% | - |
| HSV(B) | 84º | 0.5% | 0.87% | - |
| XYZ | 47.41 | 62.88 | 24.97 | - |
| YUV | 196.3 | 80.42 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 112 | 0.20 | 0 | 0.50 | 0.13 | 84 | 0.63 | 0.65 |
| Hex | B2 | DE | 70 | 14 | 0 | 32 | D | 54 | 3E | 41 |
| Octal | 262 | 336 | 160 | 24 | 0 | 62 | 15 | 124 | 76 | 101 |
| Binary | 10110010 | 11011110 | 1110000 | 10100 | 0 | 110010 | 1101 | 1010100 | 111110 | 1000001 |
Color Harmonies of #B2DE70
Complementary color
Monochromatic Colors of #B2DE70
Black with #B2DE70
Text Example
Text Example
White with #B2DE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DE70; }
p { color: rgb(178,222,112); }
H1.HeaderClassName
{
color: #B2DE70;
}
.AnyTagClassName
{
color: #B2DE70;
}
</style>
background-color css
<style>
a { background-color: #B2DE70; }
a { background-color: rgb(178,222,112); }
div.DivClassName
{
background-color: #B2DE70;
}
.BgClassName
{
background-color: #B2DE70;
}
</style>
border-color css
<style>
span { border-color: #B2DE70; }
span { border-color: rgb(178,222,112); }
td.TdClassName
{
border-color: #B2DE70;
}
.TagClassName
{
border-color: #B2DE70;
}
</style>