Shades of Sulu #B8E67D
Tints of Sulu #B8E67D
RGB
CMYK
RGB Variations
Color information
#B8E67D (or 0xB8E67D) is known color: Sulu. HEX triplet: B8, E6 and 7D. RGB value is (184,230,125). Sum of RGB (Red+Green+Blue) = 184+230+125=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #B8E67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8E67D is #471982. Grayscale: #CCCCCC. Windows color (decimal): -4659587 or 8251064. OLE color: 8251064.
HSL color Cylindrical-coordinate representation of color #B8E67D: hue angle of 86.29º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8E67D is Cyan = 0.2, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 230 | 125 | - |
| CMYK | 0.2 | 0 | 0.46 | 0.10 |
| HSL | 86.29º | 0.68% | 0.7% | - |
| HSV(B) | 86.29º | 0.46% | 0.9% | - |
| XYZ | 51.77 | 68.26 | 29.85 | - |
| YUV | 204.28 | 83.26 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 230 | 125 | 0.2 | 0 | 0.46 | 0.10 | 86.29 | 0.68 | 0.7 |
| Hex | B8 | E6 | 7D | 14 | 0 | 2E | A | 56 | 44 | 46 |
| Octal | 270 | 346 | 175 | 24 | 0 | 56 | 12 | 126 | 104 | 106 |
| Binary | 10111000 | 11100110 | 1111101 | 10100 | 0 | 101110 | 1010 | 1010110 | 1000100 | 1000110 |
Color Harmonies of #B8E67D
Complementary color
Monochromatic Colors of #B8E67D
Black with #B8E67D
Text Example
Text Example
White with #B8E67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E67D; }
p { color: rgb(184,230,125); }
H1.HeaderClassName
{
color: #B8E67D;
}
.AnyTagClassName
{
color: #B8E67D;
}
</style>
background-color css
<style>
a { background-color: #B8E67D; }
a { background-color: rgb(184,230,125); }
div.DivClassName
{
background-color: #B8E67D;
}
.BgClassName
{
background-color: #B8E67D;
}
</style>
border-color css
<style>
span { border-color: #B8E67D; }
span { border-color: rgb(184,230,125); }
td.TdClassName
{
border-color: #B8E67D;
}
.TagClassName
{
border-color: #B8E67D;
}
</style>