Shades of Sulu #B7DF7B
Tints of Sulu #B7DF7B
RGB
CMYK
RGB Variations
Color information
#B7DF7B (or 0xB7DF7B) is known color: Sulu. HEX triplet: B7, DF and 7B. RGB value is (183,223,123). Sum of RGB (Red+Green+Blue) = 183+223+123=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DF7B is #482084. Grayscale: #C8C8C8. Windows color (decimal): -4726917 or 8118199. OLE color: 8118199.
HSL color Cylindrical-coordinate representation of color #B7DF7B: hue angle of 84º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7DF7B is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 123 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.13 |
| HSL | 84º | 0.61% | 0.68% | - |
| HSV(B) | 84º | 0.45% | 0.87% | - |
| XYZ | 49.49 | 64.27 | 28.54 | - |
| YUV | 199.64 | 84.75 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 123 | 0.18 | 0 | 0.45 | 0.13 | 84 | 0.61 | 0.68 |
| Hex | B7 | DF | 7B | 12 | 0 | 2D | D | 54 | 3D | 44 |
| Octal | 267 | 337 | 173 | 22 | 0 | 55 | 15 | 124 | 75 | 104 |
| Binary | 10110111 | 11011111 | 1111011 | 10010 | 0 | 101101 | 1101 | 1010100 | 111101 | 1000100 |
Color Harmonies of #B7DF7B
Complementary color
Monochromatic Colors of #B7DF7B
Black with #B7DF7B
Text Example
Text Example
White with #B7DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF7B; }
p { color: rgb(183,223,123); }
H1.HeaderClassName
{
color: #B7DF7B;
}
.AnyTagClassName
{
color: #B7DF7B;
}
</style>
background-color css
<style>
a { background-color: #B7DF7B; }
a { background-color: rgb(183,223,123); }
div.DivClassName
{
background-color: #B7DF7B;
}
.BgClassName
{
background-color: #B7DF7B;
}
</style>
border-color css
<style>
span { border-color: #B7DF7B; }
span { border-color: rgb(183,223,123); }
td.TdClassName
{
border-color: #B7DF7B;
}
.TagClassName
{
border-color: #B7DF7B;
}
</style>