Shades of Sulu #B7DD70
Tints of Sulu #B7DD70
RGB
CMYK
RGB Variations
Color information
#B7DD70 (or 0xB7DD70) is known color: Sulu. HEX triplet: B7, DD and 70. RGB value is (183,221,112). Sum of RGB (Red+Green+Blue) = 183+221+112=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DD70 is #48228F. Grayscale: #C5C5C5. Windows color (decimal): -4727440 or 7396791. OLE color: 7396791.
HSL color Cylindrical-coordinate representation of color #B7DD70: hue angle of 80.92º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7DD70 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 112 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.13 |
| HSL | 80.92º | 0.62% | 0.65% | - |
| HSV(B) | 80.92º | 0.49% | 0.87% | - |
| XYZ | 48.31 | 62.95 | 24.93 | - |
| YUV | 197.21 | 79.91 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 112 | 0.17 | 0 | 0.49 | 0.13 | 80.92 | 0.62 | 0.65 |
| Hex | B7 | DD | 70 | 11 | 0 | 31 | D | 51 | 3E | 41 |
| Octal | 267 | 335 | 160 | 21 | 0 | 61 | 15 | 121 | 76 | 101 |
| Binary | 10110111 | 11011101 | 1110000 | 10001 | 0 | 110001 | 1101 | 1010001 | 111110 | 1000001 |
Color Harmonies of #B7DD70
Complementary color
Monochromatic Colors of #B7DD70
Black with #B7DD70
Text Example
Text Example
White with #B7DD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD70; }
p { color: rgb(183,221,112); }
H1.HeaderClassName
{
color: #B7DD70;
}
.AnyTagClassName
{
color: #B7DD70;
}
</style>
background-color css
<style>
a { background-color: #B7DD70; }
a { background-color: rgb(183,221,112); }
div.DivClassName
{
background-color: #B7DD70;
}
.BgClassName
{
background-color: #B7DD70;
}
</style>
border-color css
<style>
span { border-color: #B7DD70; }
span { border-color: rgb(183,221,112); }
td.TdClassName
{
border-color: #B7DD70;
}
.TagClassName
{
border-color: #B7DD70;
}
</style>