Shades of Sulu #B8E27F
Tints of Sulu #B8E27F
RGB
CMYK
RGB Variations
Color information
#B8E27F (or 0xB8E27F) is known color: Sulu. HEX triplet: B8, E2 and 7F. RGB value is (184,226,127). Sum of RGB (Red+Green+Blue) = 184+226+127=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E27F is #471D80. Grayscale: #CACACA. Windows color (decimal): -4660609 or 8381112. OLE color: 8381112.
HSL color Cylindrical-coordinate representation of color #B8E27F: hue angle of 85.45º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8E27F is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 226 | 127 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.11 |
| HSL | 85.45º | 0.63% | 0.69% | - |
| HSV(B) | 85.45º | 0.44% | 0.89% | - |
| XYZ | 50.79 | 66.12 | 30.16 | - |
| YUV | 202.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 127 | 0.19 | 0 | 0.44 | 0.11 | 85.45 | 0.63 | 0.69 |
| Hex | B8 | E2 | 7F | 13 | 0 | 2C | B | 55 | 3F | 45 |
| Octal | 270 | 342 | 177 | 23 | 0 | 54 | 13 | 125 | 77 | 105 |
| Binary | 10111000 | 11100010 | 1111111 | 10011 | 0 | 101100 | 1011 | 1010101 | 111111 | 1000101 |
Color Harmonies of #B8E27F
Complementary color
Monochromatic Colors of #B8E27F
Black with #B8E27F
Text Example
Text Example
White with #B8E27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E27F; }
p { color: rgb(184,226,127); }
H1.HeaderClassName
{
color: #B8E27F;
}
.AnyTagClassName
{
color: #B8E27F;
}
</style>
background-color css
<style>
a { background-color: #B8E27F; }
a { background-color: rgb(184,226,127); }
div.DivClassName
{
background-color: #B8E27F;
}
.BgClassName
{
background-color: #B8E27F;
}
</style>
border-color css
<style>
span { border-color: #B8E27F; }
span { border-color: rgb(184,226,127); }
td.TdClassName
{
border-color: #B8E27F;
}
.TagClassName
{
border-color: #B8E27F;
}
</style>