Shades of Sulu #B7FA6D
Tints of Sulu #B7FA6D
RGB
CMYK
RGB Variations
Color information
#B7FA6D (or 0xB7FA6D) is known color: Sulu. HEX triplet: B7, FA and 6D. RGB value is (183,250,109). Sum of RGB (Red+Green+Blue) = 183+250+109=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FA6D is #480592. Grayscale: #D6D6D6. Windows color (decimal): -4720019 or 7207607. OLE color: 7207607.
HSL color Cylindrical-coordinate representation of color #B7FA6D: hue angle of 88.51º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7FA6D is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 250 | 109 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.02 |
| HSL | 88.51º | 0.93% | 0.7% | - |
| HSV(B) | 88.51º | 0.56% | 0.98% | - |
| XYZ | 56.47 | 79.54 | 26.84 | - |
| YUV | 213.89 | 68.8 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 250 | 109 | 0.27 | 0 | 0.56 | 0.02 | 88.51 | 0.93 | 0.7 |
| Hex | B7 | FA | 6D | 1B | 0 | 38 | 2 | 59 | 5D | 46 |
| Octal | 267 | 372 | 155 | 33 | 0 | 70 | 2 | 131 | 135 | 106 |
| Binary | 10110111 | 11111010 | 1101101 | 11011 | 0 | 111000 | 10 | 1011001 | 1011101 | 1000110 |
Color Harmonies of #B7FA6D
Complementary color
Monochromatic Colors of #B7FA6D
Black with #B7FA6D
Text Example
Text Example
White with #B7FA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FA6D; }
p { color: rgb(183,250,109); }
H1.HeaderClassName
{
color: #B7FA6D;
}
.AnyTagClassName
{
color: #B7FA6D;
}
</style>
background-color css
<style>
a { background-color: #B7FA6D; }
a { background-color: rgb(183,250,109); }
div.DivClassName
{
background-color: #B7FA6D;
}
.BgClassName
{
background-color: #B7FA6D;
}
</style>
border-color css
<style>
span { border-color: #B7FA6D; }
span { border-color: rgb(183,250,109); }
td.TdClassName
{
border-color: #B7FA6D;
}
.TagClassName
{
border-color: #B7FA6D;
}
</style>