Shades of Sulu #B8ED7A
Tints of Sulu #B8ED7A
RGB
CMYK
RGB Variations
Color information
#B8ED7A (or 0xB8ED7A) is known color: Sulu. HEX triplet: B8, ED and 7A. RGB value is (184,237,122). Sum of RGB (Red+Green+Blue) = 184+237+122=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8ED7A is #471285. Grayscale: #D0D0D0. Windows color (decimal): -4657798 or 8056248. OLE color: 8056248.
HSL color Cylindrical-coordinate representation of color #B8ED7A: hue angle of 87.65º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8ED7A is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 122 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.07 |
| HSL | 87.65º | 0.76% | 0.7% | - |
| HSV(B) | 87.65º | 0.49% | 0.93% | - |
| XYZ | 53.56 | 72.16 | 29.52 | - |
| YUV | 208.04 | 79.44 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 122 | 0.22 | 0 | 0.49 | 0.07 | 87.65 | 0.76 | 0.7 |
| Hex | B8 | ED | 7A | 16 | 0 | 31 | 7 | 58 | 4C | 46 |
| Octal | 270 | 355 | 172 | 26 | 0 | 61 | 7 | 130 | 114 | 106 |
| Binary | 10111000 | 11101101 | 1111010 | 10110 | 0 | 110001 | 111 | 1011000 | 1001100 | 1000110 |
Color Harmonies of #B8ED7A
Complementary color
Monochromatic Colors of #B8ED7A
Black with #B8ED7A
Text Example
Text Example
White with #B8ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ED7A; }
p { color: rgb(184,237,122); }
H1.HeaderClassName
{
color: #B8ED7A;
}
.AnyTagClassName
{
color: #B8ED7A;
}
</style>
background-color css
<style>
a { background-color: #B8ED7A; }
a { background-color: rgb(184,237,122); }
div.DivClassName
{
background-color: #B8ED7A;
}
.BgClassName
{
background-color: #B8ED7A;
}
</style>
border-color css
<style>
span { border-color: #B8ED7A; }
span { border-color: rgb(184,237,122); }
td.TdClassName
{
border-color: #B8ED7A;
}
.TagClassName
{
border-color: #B8ED7A;
}
</style>