Shades of Sulu #B8F27F
Tints of Sulu #B8F27F
RGB
CMYK
RGB Variations
Color information
#B8F27F (or 0xB8F27F) is known color: Sulu. HEX triplet: B8, F2 and 7F. RGB value is (184,242,127). Sum of RGB (Red+Green+Blue) = 184+242+127=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F27F is #470D80. Grayscale: #D3D3D3. Windows color (decimal): -4656513 or 8385208. OLE color: 8385208.
HSL color Cylindrical-coordinate representation of color #B8F27F: hue angle of 90.26º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8F27F is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 127 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.05 |
| HSL | 90.26º | 0.82% | 0.72% | - |
| HSV(B) | 90.26º | 0.48% | 0.95% | - |
| XYZ | 55.35 | 75.23 | 31.68 | - |
| YUV | 211.55 | 80.28 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 127 | 0.24 | 0 | 0.48 | 0.05 | 90.26 | 0.82 | 0.72 |
| Hex | B8 | F2 | 7F | 18 | 0 | 30 | 5 | 5A | 52 | 48 |
| Octal | 270 | 362 | 177 | 30 | 0 | 60 | 5 | 132 | 122 | 110 |
| Binary | 10111000 | 11110010 | 1111111 | 11000 | 0 | 110000 | 101 | 1011010 | 1010010 | 1001000 |
Color Harmonies of #B8F27F
Complementary color
Monochromatic Colors of #B8F27F
Black with #B8F27F
Text Example
Text Example
White with #B8F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F27F; }
p { color: rgb(184,242,127); }
H1.HeaderClassName
{
color: #B8F27F;
}
.AnyTagClassName
{
color: #B8F27F;
}
</style>
background-color css
<style>
a { background-color: #B8F27F; }
a { background-color: rgb(184,242,127); }
div.DivClassName
{
background-color: #B8F27F;
}
.BgClassName
{
background-color: #B8F27F;
}
</style>
border-color css
<style>
span { border-color: #B8F27F; }
span { border-color: rgb(184,242,127); }
td.TdClassName
{
border-color: #B8F27F;
}
.TagClassName
{
border-color: #B8F27F;
}
</style>