Shades of Sulu #B8F37F
Tints of Sulu #B8F37F
RGB
CMYK
RGB Variations
Color information
#B8F37F (or 0xB8F37F) is known color: Sulu. HEX triplet: B8, F3 and 7F. RGB value is (184,243,127). Sum of RGB (Red+Green+Blue) = 184+243+127=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F37F is #470C80. Grayscale: #D4D4D4. Windows color (decimal): -4656257 or 8385464. OLE color: 8385464.
HSL color Cylindrical-coordinate representation of color #B8F37F: hue angle of 90.52º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8F37F is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 127 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.05 |
| HSL | 90.52º | 0.83% | 0.73% | - |
| HSV(B) | 90.52º | 0.48% | 0.95% | - |
| XYZ | 55.65 | 75.82 | 31.78 | - |
| YUV | 212.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 127 | 0.24 | 0 | 0.48 | 0.05 | 90.52 | 0.83 | 0.73 |
| Hex | B8 | F3 | 7F | 18 | 0 | 30 | 5 | 5B | 53 | 49 |
| Octal | 270 | 363 | 177 | 30 | 0 | 60 | 5 | 133 | 123 | 111 |
| Binary | 10111000 | 11110011 | 1111111 | 11000 | 0 | 110000 | 101 | 1011011 | 1010011 | 1001001 |
Color Harmonies of #B8F37F
Complementary color
Monochromatic Colors of #B8F37F
Black with #B8F37F
Text Example
Text Example
White with #B8F37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F37F; }
p { color: rgb(184,243,127); }
H1.HeaderClassName
{
color: #B8F37F;
}
.AnyTagClassName
{
color: #B8F37F;
}
</style>
background-color css
<style>
a { background-color: #B8F37F; }
a { background-color: rgb(184,243,127); }
div.DivClassName
{
background-color: #B8F37F;
}
.BgClassName
{
background-color: #B8F37F;
}
</style>
border-color css
<style>
span { border-color: #B8F37F; }
span { border-color: rgb(184,243,127); }
td.TdClassName
{
border-color: #B8F37F;
}
.TagClassName
{
border-color: #B8F37F;
}
</style>