Shades of Sulu #B7FA7D
Tints of Sulu #B7FA7D
RGB
CMYK
RGB Variations
Color information
#B7FA7D (or 0xB7FA7D) is known color: Sulu. HEX triplet: B7, FA and 7D. RGB value is (183,250,125). Sum of RGB (Red+Green+Blue) = 183+250+125=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FA7D is #480582. Grayscale: #D8D8D8. Windows color (decimal): -4720003 or 8256183. OLE color: 8256183.
HSL color Cylindrical-coordinate representation of color #B7FA7D: hue angle of 92.16º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7FA7D is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 250 | 125 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.02 |
| HSL | 92.16º | 0.93% | 0.74% | - |
| HSV(B) | 92.16º | 0.5% | 0.98% | - |
| XYZ | 57.42 | 79.92 | 31.8 | - |
| YUV | 215.72 | 76.8 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 250 | 125 | 0.27 | 0 | 0.50 | 0.02 | 92.16 | 0.93 | 0.74 |
| Hex | B7 | FA | 7D | 1B | 0 | 32 | 2 | 5C | 5D | 4A |
| Octal | 267 | 372 | 175 | 33 | 0 | 62 | 2 | 134 | 135 | 112 |
| Binary | 10110111 | 11111010 | 1111101 | 11011 | 0 | 110010 | 10 | 1011100 | 1011101 | 1001010 |
Color Harmonies of #B7FA7D
Complementary color
Monochromatic Colors of #B7FA7D
Black with #B7FA7D
Text Example
Text Example
White with #B7FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FA7D; }
p { color: rgb(183,250,125); }
H1.HeaderClassName
{
color: #B7FA7D;
}
.AnyTagClassName
{
color: #B7FA7D;
}
</style>
background-color css
<style>
a { background-color: #B7FA7D; }
a { background-color: rgb(183,250,125); }
div.DivClassName
{
background-color: #B7FA7D;
}
.BgClassName
{
background-color: #B7FA7D;
}
</style>
border-color css
<style>
span { border-color: #B7FA7D; }
span { border-color: rgb(183,250,125); }
td.TdClassName
{
border-color: #B7FA7D;
}
.TagClassName
{
border-color: #B7FA7D;
}
</style>