Shades of Sulu #B8F36D
Tints of Sulu #B8F36D
RGB
CMYK
RGB Variations
Color information
#B8F36D (or 0xB8F36D) is known color: Sulu. HEX triplet: B8, F3 and 6D. RGB value is (184,243,109). Sum of RGB (Red+Green+Blue) = 184+243+109=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F36D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F36D is #470C92. Grayscale: #D2D2D2. Windows color (decimal): -4656275 or 7205816. OLE color: 7205816.
HSL color Cylindrical-coordinate representation of color #B8F36D: hue angle of 86.42º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8F36D is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 109 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.05 |
| HSL | 86.42º | 0.85% | 0.69% | - |
| HSV(B) | 86.42º | 0.55% | 0.95% | - |
| XYZ | 54.58 | 75.4 | 26.14 | - |
| YUV | 210.08 | 70.95 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 109 | 0.24 | 0 | 0.55 | 0.05 | 86.42 | 0.85 | 0.69 |
| Hex | B8 | F3 | 6D | 18 | 0 | 37 | 5 | 56 | 55 | 45 |
| Octal | 270 | 363 | 155 | 30 | 0 | 67 | 5 | 126 | 125 | 105 |
| Binary | 10111000 | 11110011 | 1101101 | 11000 | 0 | 110111 | 101 | 1010110 | 1010101 | 1000101 |
Color Harmonies of #B8F36D
Complementary color
Monochromatic Colors of #B8F36D
Black with #B8F36D
Text Example
Text Example
White with #B8F36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F36D; }
p { color: rgb(184,243,109); }
H1.HeaderClassName
{
color: #B8F36D;
}
.AnyTagClassName
{
color: #B8F36D;
}
</style>
background-color css
<style>
a { background-color: #B8F36D; }
a { background-color: rgb(184,243,109); }
div.DivClassName
{
background-color: #B8F36D;
}
.BgClassName
{
background-color: #B8F36D;
}
</style>
border-color css
<style>
span { border-color: #B8F36D; }
span { border-color: rgb(184,243,109); }
td.TdClassName
{
border-color: #B8F36D;
}
.TagClassName
{
border-color: #B8F36D;
}
</style>