Shades of Sulu #B8FA82
Tints of Sulu #B8FA82
RGB
CMYK
RGB Variations
Color information
#B8FA82 (or 0xB8FA82) is known color: Sulu. HEX triplet: B8, FA and 82. RGB value is (184,250,130). Sum of RGB (Red+Green+Blue) = 184+250+130=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FA82 is #47057D. Grayscale: #D9D9D9. Windows color (decimal): -4654462 or 8583864. OLE color: 8583864.
HSL color Cylindrical-coordinate representation of color #B8FA82: hue angle of 93º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8FA82 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 130 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.02 |
| HSL | 93º | 0.92% | 0.75% | - |
| HSV(B) | 93º | 0.48% | 0.98% | - |
| XYZ | 57.98 | 80.17 | 33.54 | - |
| YUV | 216.59 | 79.13 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 130 | 0.26 | 0 | 0.48 | 0.02 | 93 | 0.92 | 0.75 |
| Hex | B8 | FA | 82 | 1A | 0 | 30 | 2 | 5D | 5C | 4B |
| Octal | 270 | 372 | 202 | 32 | 0 | 60 | 2 | 135 | 134 | 113 |
| Binary | 10111000 | 11111010 | 10000010 | 11010 | 0 | 110000 | 10 | 1011101 | 1011100 | 1001011 |
Color Harmonies of #B8FA82
Complementary color
Monochromatic Colors of #B8FA82
Black with #B8FA82
Text Example
Text Example
White with #B8FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FA82; }
p { color: rgb(184,250,130); }
H1.HeaderClassName
{
color: #B8FA82;
}
.AnyTagClassName
{
color: #B8FA82;
}
</style>
background-color css
<style>
a { background-color: #B8FA82; }
a { background-color: rgb(184,250,130); }
div.DivClassName
{
background-color: #B8FA82;
}
.BgClassName
{
background-color: #B8FA82;
}
</style>
border-color css
<style>
span { border-color: #B8FA82; }
span { border-color: rgb(184,250,130); }
td.TdClassName
{
border-color: #B8FA82;
}
.TagClassName
{
border-color: #B8FA82;
}
</style>