Shades of Sulu #B7F980
Tints of Sulu #B7F980
RGB
CMYK
RGB Variations
Color information
#B7F980 (or 0xB7F980) is known color: Sulu. HEX triplet: B7, F9 and 80. RGB value is (183,249,128). Sum of RGB (Red+Green+Blue) = 183+249+128=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #B7F980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7F980 is #48067F. Grayscale: #D7D7D7. Windows color (decimal): -4720256 or 8452535. OLE color: 8452535.
HSL color Cylindrical-coordinate representation of color #B7F980: hue angle of 92.73º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7F980 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 249 | 128 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.02 |
| HSL | 92.73º | 0.91% | 0.74% | - |
| HSV(B) | 92.73º | 0.49% | 0.98% | - |
| XYZ | 57.3 | 79.38 | 32.72 | - |
| YUV | 215.47 | 78.63 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 249 | 128 | 0.27 | 0 | 0.49 | 0.02 | 92.73 | 0.91 | 0.74 |
| Hex | B7 | F9 | 80 | 1B | 0 | 31 | 2 | 5D | 5B | 4A |
| Octal | 267 | 371 | 200 | 33 | 0 | 61 | 2 | 135 | 133 | 112 |
| Binary | 10110111 | 11111001 | 10000000 | 11011 | 0 | 110001 | 10 | 1011101 | 1011011 | 1001010 |
Color Harmonies of #B7F980
Complementary color
Monochromatic Colors of #B7F980
Black with #B7F980
Text Example
Text Example
White with #B7F980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F980; }
p { color: rgb(183,249,128); }
H1.HeaderClassName
{
color: #B7F980;
}
.AnyTagClassName
{
color: #B7F980;
}
</style>
background-color css
<style>
a { background-color: #B7F980; }
a { background-color: rgb(183,249,128); }
div.DivClassName
{
background-color: #B7F980;
}
.BgClassName
{
background-color: #B7F980;
}
</style>
border-color css
<style>
span { border-color: #B7F980; }
span { border-color: rgb(183,249,128); }
td.TdClassName
{
border-color: #B7F980;
}
.TagClassName
{
border-color: #B7F980;
}
</style>