Shades of Sulu #B8F37C
Tints of Sulu #B8F37C
RGB
CMYK
RGB Variations
Color information
#B8F37C (or 0xB8F37C) is known color: Sulu. HEX triplet: B8, F3 and 7C. RGB value is (184,243,124). Sum of RGB (Red+Green+Blue) = 184+243+124=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F37C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F37C is #470C83. Grayscale: #D4D4D4. Windows color (decimal): -4656260 or 8188856. OLE color: 8188856.
HSL color Cylindrical-coordinate representation of color #B8F37C: hue angle of 89.75º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8F37C is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 124 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.05 |
| HSL | 89.75º | 0.83% | 0.72% | - |
| HSV(B) | 89.75º | 0.49% | 0.95% | - |
| XYZ | 55.46 | 75.75 | 30.77 | - |
| YUV | 211.79 | 78.45 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 124 | 0.24 | 0 | 0.49 | 0.05 | 89.75 | 0.83 | 0.72 |
| Hex | B8 | F3 | 7C | 18 | 0 | 31 | 5 | 5A | 53 | 48 |
| Octal | 270 | 363 | 174 | 30 | 0 | 61 | 5 | 132 | 123 | 110 |
| Binary | 10111000 | 11110011 | 1111100 | 11000 | 0 | 110001 | 101 | 1011010 | 1010011 | 1001000 |
Color Harmonies of #B8F37C
Complementary color
Monochromatic Colors of #B8F37C
Black with #B8F37C
Text Example
Text Example
White with #B8F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F37C; }
p { color: rgb(184,243,124); }
H1.HeaderClassName
{
color: #B8F37C;
}
.AnyTagClassName
{
color: #B8F37C;
}
</style>
background-color css
<style>
a { background-color: #B8F37C; }
a { background-color: rgb(184,243,124); }
div.DivClassName
{
background-color: #B8F37C;
}
.BgClassName
{
background-color: #B8F37C;
}
</style>
border-color css
<style>
span { border-color: #B8F37C; }
span { border-color: rgb(184,243,124); }
td.TdClassName
{
border-color: #B8F37C;
}
.TagClassName
{
border-color: #B8F37C;
}
</style>