Shades of Sulu #B8F17F
Tints of Sulu #B8F17F
RGB
CMYK
RGB Variations
Color information
#B8F17F (or 0xB8F17F) is known color: Sulu. HEX triplet: B8, F1 and 7F. RGB value is (184,241,127). Sum of RGB (Red+Green+Blue) = 184+241+127=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F17F is #470E80. Grayscale: #D3D3D3. Windows color (decimal): -4656769 or 8384952. OLE color: 8384952.
HSL color Cylindrical-coordinate representation of color #B8F17F: hue angle of 90º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8F17F is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 127 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.05 |
| HSL | 90º | 0.8% | 0.72% | - |
| HSV(B) | 90º | 0.47% | 0.95% | - |
| XYZ | 55.05 | 74.63 | 31.58 | - |
| YUV | 210.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 127 | 0.24 | 0 | 0.47 | 0.05 | 90 | 0.8 | 0.72 |
| Hex | B8 | F1 | 7F | 18 | 0 | 2F | 5 | 5A | 50 | 48 |
| Octal | 270 | 361 | 177 | 30 | 0 | 57 | 5 | 132 | 120 | 110 |
| Binary | 10111000 | 11110001 | 1111111 | 11000 | 0 | 101111 | 101 | 1011010 | 1010000 | 1001000 |
Color Harmonies of #B8F17F
Complementary color
Monochromatic Colors of #B8F17F
Black with #B8F17F
Text Example
Text Example
White with #B8F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F17F; }
p { color: rgb(184,241,127); }
H1.HeaderClassName
{
color: #B8F17F;
}
.AnyTagClassName
{
color: #B8F17F;
}
</style>
background-color css
<style>
a { background-color: #B8F17F; }
a { background-color: rgb(184,241,127); }
div.DivClassName
{
background-color: #B8F17F;
}
.BgClassName
{
background-color: #B8F17F;
}
</style>
border-color css
<style>
span { border-color: #B8F17F; }
span { border-color: rgb(184,241,127); }
td.TdClassName
{
border-color: #B8F17F;
}
.TagClassName
{
border-color: #B8F17F;
}
</style>