Shades of Sulu #B8F36C
Tints of Sulu #B8F36C
RGB
CMYK
RGB Variations
Color information
#B8F36C (or 0xB8F36C) is known color: Sulu. HEX triplet: B8, F3 and 6C. RGB value is (184,243,108). Sum of RGB (Red+Green+Blue) = 184+243+108=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F36C is #470C93. Grayscale: #D2D2D2. Windows color (decimal): -4656276 or 7140280. OLE color: 7140280.
HSL color Cylindrical-coordinate representation of color #B8F36C: hue angle of 86.22º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8F36C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 108 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.05 |
| HSL | 86.22º | 0.85% | 0.69% | - |
| HSV(B) | 86.22º | 0.56% | 0.95% | - |
| XYZ | 54.52 | 75.37 | 25.86 | - |
| YUV | 209.97 | 70.45 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 108 | 0.24 | 0 | 0.56 | 0.05 | 86.22 | 0.85 | 0.69 |
| Hex | B8 | F3 | 6C | 18 | 0 | 38 | 5 | 56 | 55 | 45 |
| Octal | 270 | 363 | 154 | 30 | 0 | 70 | 5 | 126 | 125 | 105 |
| Binary | 10111000 | 11110011 | 1101100 | 11000 | 0 | 111000 | 101 | 1010110 | 1010101 | 1000101 |
Color Harmonies of #B8F36C
Complementary color
Monochromatic Colors of #B8F36C
Black with #B8F36C
Text Example
Text Example
White with #B8F36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F36C; }
p { color: rgb(184,243,108); }
H1.HeaderClassName
{
color: #B8F36C;
}
.AnyTagClassName
{
color: #B8F36C;
}
</style>
background-color css
<style>
a { background-color: #B8F36C; }
a { background-color: rgb(184,243,108); }
div.DivClassName
{
background-color: #B8F36C;
}
.BgClassName
{
background-color: #B8F36C;
}
</style>
border-color css
<style>
span { border-color: #B8F36C; }
span { border-color: rgb(184,243,108); }
td.TdClassName
{
border-color: #B8F36C;
}
.TagClassName
{
border-color: #B8F36C;
}
</style>