Shades of Sulu #B7E16C
Tints of Sulu #B7E16C
RGB
CMYK
RGB Variations
Color information
#B7E16C (or 0xB7E16C) is known color: Sulu. HEX triplet: B7, E1 and 6C. RGB value is (183,225,108). Sum of RGB (Red+Green+Blue) = 183+225+108=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7E16C is #481E93. Grayscale: #C7C7C7. Windows color (decimal): -4726420 or 7135671. OLE color: 7135671.
HSL color Cylindrical-coordinate representation of color #B7E16C: hue angle of 81.54º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7E16C is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 108 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.12 |
| HSL | 81.54º | 0.66% | 0.65% | - |
| HSV(B) | 81.54º | 0.52% | 0.88% | - |
| XYZ | 49.16 | 65 | 24.14 | - |
| YUV | 199.1 | 76.59 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 108 | 0.19 | 0 | 0.52 | 0.12 | 81.54 | 0.66 | 0.65 |
| Hex | B7 | E1 | 6C | 13 | 0 | 34 | C | 52 | 42 | 41 |
| Octal | 267 | 341 | 154 | 23 | 0 | 64 | 14 | 122 | 102 | 101 |
| Binary | 10110111 | 11100001 | 1101100 | 10011 | 0 | 110100 | 1100 | 1010010 | 1000010 | 1000001 |
Color Harmonies of #B7E16C
Complementary color
Monochromatic Colors of #B7E16C
Black with #B7E16C
Text Example
Text Example
White with #B7E16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E16C; }
p { color: rgb(183,225,108); }
H1.HeaderClassName
{
color: #B7E16C;
}
.AnyTagClassName
{
color: #B7E16C;
}
</style>
background-color css
<style>
a { background-color: #B7E16C; }
a { background-color: rgb(183,225,108); }
div.DivClassName
{
background-color: #B7E16C;
}
.BgClassName
{
background-color: #B7E16C;
}
</style>
border-color css
<style>
span { border-color: #B7E16C; }
span { border-color: rgb(183,225,108); }
td.TdClassName
{
border-color: #B7E16C;
}
.TagClassName
{
border-color: #B7E16C;
}
</style>