Shades of Sulu #B1DF70
Tints of Sulu #B1DF70
RGB
CMYK
RGB Variations
Color information
#B1DF70 (or 0xB1DF70) is known color: Sulu. HEX triplet: B1, DF and 70. RGB value is (177,223,112). Sum of RGB (Red+Green+Blue) = 177+223+112=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DF70 is #4E208F. Grayscale: #C4C4C4. Windows color (decimal): -5120144 or 7397297. OLE color: 7397297.
HSL color Cylindrical-coordinate representation of color #B1DF70: hue angle of 84.86º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1DF70 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 112 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.13 |
| HSL | 84.86º | 0.63% | 0.66% | - |
| HSV(B) | 84.86º | 0.5% | 0.87% | - |
| XYZ | 47.44 | 63.29 | 25.05 | - |
| YUV | 196.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 112 | 0.21 | 0 | 0.50 | 0.13 | 84.86 | 0.63 | 0.66 |
| Hex | B1 | DF | 70 | 15 | 0 | 32 | D | 55 | 3F | 42 |
| Octal | 261 | 337 | 160 | 25 | 0 | 62 | 15 | 125 | 77 | 102 |
| Binary | 10110001 | 11011111 | 1110000 | 10101 | 0 | 110010 | 1101 | 1010101 | 111111 | 1000010 |
Color Harmonies of #B1DF70
Complementary color
Monochromatic Colors of #B1DF70
Black with #B1DF70
Text Example
Text Example
White with #B1DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF70; }
p { color: rgb(177,223,112); }
H1.HeaderClassName
{
color: #B1DF70;
}
.AnyTagClassName
{
color: #B1DF70;
}
</style>
background-color css
<style>
a { background-color: #B1DF70; }
a { background-color: rgb(177,223,112); }
div.DivClassName
{
background-color: #B1DF70;
}
.BgClassName
{
background-color: #B1DF70;
}
</style>
border-color css
<style>
span { border-color: #B1DF70; }
span { border-color: rgb(177,223,112); }
td.TdClassName
{
border-color: #B1DF70;
}
.TagClassName
{
border-color: #B1DF70;
}
</style>