Shades of Sulu #B8EC7D
Tints of Sulu #B8EC7D
RGB
CMYK
RGB Variations
Color information
#B8EC7D (or 0xB8EC7D) is known color: Sulu. HEX triplet: B8, EC and 7D. RGB value is (184,236,125). Sum of RGB (Red+Green+Blue) = 184+236+125=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #B8EC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8EC7D is #471382. Grayscale: #D0D0D0. Windows color (decimal): -4658051 or 8252600. OLE color: 8252600.
HSL color Cylindrical-coordinate representation of color #B8EC7D: hue angle of 88.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8EC7D is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 125 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.07 |
| HSL | 88.11º | 0.74% | 0.71% | - |
| HSV(B) | 88.11º | 0.47% | 0.93% | - |
| XYZ | 53.46 | 71.66 | 30.42 | - |
| YUV | 207.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 125 | 0.22 | 0 | 0.47 | 0.07 | 88.11 | 0.74 | 0.71 |
| Hex | B8 | EC | 7D | 16 | 0 | 2F | 7 | 58 | 4A | 47 |
| Octal | 270 | 354 | 175 | 26 | 0 | 57 | 7 | 130 | 112 | 107 |
| Binary | 10111000 | 11101100 | 1111101 | 10110 | 0 | 101111 | 111 | 1011000 | 1001010 | 1000111 |
Color Harmonies of #B8EC7D
Complementary color
Monochromatic Colors of #B8EC7D
Black with #B8EC7D
Text Example
Text Example
White with #B8EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EC7D; }
p { color: rgb(184,236,125); }
H1.HeaderClassName
{
color: #B8EC7D;
}
.AnyTagClassName
{
color: #B8EC7D;
}
</style>
background-color css
<style>
a { background-color: #B8EC7D; }
a { background-color: rgb(184,236,125); }
div.DivClassName
{
background-color: #B8EC7D;
}
.BgClassName
{
background-color: #B8EC7D;
}
</style>
border-color css
<style>
span { border-color: #B8EC7D; }
span { border-color: rgb(184,236,125); }
td.TdClassName
{
border-color: #B8EC7D;
}
.TagClassName
{
border-color: #B8EC7D;
}
</style>