Shades of Sulu #B8F17C
Tints of Sulu #B8F17C
RGB
CMYK
RGB Variations
Color information
#B8F17C (or 0xB8F17C) is known color: Sulu. HEX triplet: B8, F1 and 7C. RGB value is (184,241,124). Sum of RGB (Red+Green+Blue) = 184+241+124=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F17C is #470E83. Grayscale: #D3D3D3. Windows color (decimal): -4656772 or 8188344. OLE color: 8188344.
HSL color Cylindrical-coordinate representation of color #B8F17C: hue angle of 89.23º degrees, saturation: 0.81, 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 #B8F17C is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 124 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.05 |
| HSL | 89.23º | 0.81% | 0.72% | - |
| HSV(B) | 89.23º | 0.49% | 0.95% | - |
| XYZ | 54.86 | 74.56 | 30.57 | - |
| YUV | 210.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 124 | 0.24 | 0 | 0.49 | 0.05 | 89.23 | 0.81 | 0.72 |
| Hex | B8 | F1 | 7C | 18 | 0 | 31 | 5 | 59 | 51 | 48 |
| Octal | 270 | 361 | 174 | 30 | 0 | 61 | 5 | 131 | 121 | 110 |
| Binary | 10111000 | 11110001 | 1111100 | 11000 | 0 | 110001 | 101 | 1011001 | 1010001 | 1001000 |
Color Harmonies of #B8F17C
Complementary color
Monochromatic Colors of #B8F17C
Black with #B8F17C
Text Example
Text Example
White with #B8F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F17C; }
p { color: rgb(184,241,124); }
H1.HeaderClassName
{
color: #B8F17C;
}
.AnyTagClassName
{
color: #B8F17C;
}
</style>
background-color css
<style>
a { background-color: #B8F17C; }
a { background-color: rgb(184,241,124); }
div.DivClassName
{
background-color: #B8F17C;
}
.BgClassName
{
background-color: #B8F17C;
}
</style>
border-color css
<style>
span { border-color: #B8F17C; }
span { border-color: rgb(184,241,124); }
td.TdClassName
{
border-color: #B8F17C;
}
.TagClassName
{
border-color: #B8F17C;
}
</style>