Shades of Sulu #B8F36E
Tints of Sulu #B8F36E
RGB
CMYK
RGB Variations
Color information
#B8F36E (or 0xB8F36E) is known color: Sulu. HEX triplet: B8, F3 and 6E. RGB value is (184,243,110). Sum of RGB (Red+Green+Blue) = 184+243+110=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F36E is #470C91. Grayscale: #D2D2D2. Windows color (decimal): -4656274 or 7271352. OLE color: 7271352.
HSL color Cylindrical-coordinate representation of color #B8F36E: hue angle of 86.62º 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 #B8F36E is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 110 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.05 |
| HSL | 86.62º | 0.85% | 0.69% | - |
| HSV(B) | 86.62º | 0.55% | 0.95% | - |
| XYZ | 54.63 | 75.42 | 26.43 | - |
| YUV | 210.2 | 71.45 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 110 | 0.24 | 0 | 0.55 | 0.05 | 86.62 | 0.85 | 0.69 |
| Hex | B8 | F3 | 6E | 18 | 0 | 37 | 5 | 57 | 55 | 45 |
| Octal | 270 | 363 | 156 | 30 | 0 | 67 | 5 | 127 | 125 | 105 |
| Binary | 10111000 | 11110011 | 1101110 | 11000 | 0 | 110111 | 101 | 1010111 | 1010101 | 1000101 |
Color Harmonies of #B8F36E
Complementary color
Monochromatic Colors of #B8F36E
Black with #B8F36E
Text Example
Text Example
White with #B8F36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F36E; }
p { color: rgb(184,243,110); }
H1.HeaderClassName
{
color: #B8F36E;
}
.AnyTagClassName
{
color: #B8F36E;
}
</style>
background-color css
<style>
a { background-color: #B8F36E; }
a { background-color: rgb(184,243,110); }
div.DivClassName
{
background-color: #B8F36E;
}
.BgClassName
{
background-color: #B8F36E;
}
</style>
border-color css
<style>
span { border-color: #B8F36E; }
span { border-color: rgb(184,243,110); }
td.TdClassName
{
border-color: #B8F36E;
}
.TagClassName
{
border-color: #B8F36E;
}
</style>