Shades of Sulu #B7DF82
Tints of Sulu #B7DF82
RGB
CMYK
RGB Variations
Color information
#B7DF82 (or 0xB7DF82) is known color: Sulu. HEX triplet: B7, DF and 82. RGB value is (183,223,130). Sum of RGB (Red+Green+Blue) = 183+223+130=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DF82 is #48207D. Grayscale: #C8C8C8. Windows color (decimal): -4726910 or 8576951. OLE color: 8576951.
HSL color Cylindrical-coordinate representation of color #B7DF82: hue angle of 85.81º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7DF82 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 130 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.13 |
| HSL | 85.81º | 0.59% | 0.69% | - |
| HSV(B) | 85.81º | 0.42% | 0.87% | - |
| XYZ | 49.95 | 64.45 | 30.93 | - |
| YUV | 200.44 | 88.25 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 130 | 0.18 | 0 | 0.42 | 0.13 | 85.81 | 0.59 | 0.69 |
| Hex | B7 | DF | 82 | 12 | 0 | 2A | D | 56 | 3B | 45 |
| Octal | 267 | 337 | 202 | 22 | 0 | 52 | 15 | 126 | 73 | 105 |
| Binary | 10110111 | 11011111 | 10000010 | 10010 | 0 | 101010 | 1101 | 1010110 | 111011 | 1000101 |
Color Harmonies of #B7DF82
Complementary color
Monochromatic Colors of #B7DF82
Black with #B7DF82
Text Example
Text Example
White with #B7DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF82; }
p { color: rgb(183,223,130); }
H1.HeaderClassName
{
color: #B7DF82;
}
.AnyTagClassName
{
color: #B7DF82;
}
</style>
background-color css
<style>
a { background-color: #B7DF82; }
a { background-color: rgb(183,223,130); }
div.DivClassName
{
background-color: #B7DF82;
}
.BgClassName
{
background-color: #B7DF82;
}
</style>
border-color css
<style>
span { border-color: #B7DF82; }
span { border-color: rgb(183,223,130); }
td.TdClassName
{
border-color: #B7DF82;
}
.TagClassName
{
border-color: #B7DF82;
}
</style>