Shades of Sulu #B8DD6E
Tints of Sulu #B8DD6E
RGB
CMYK
RGB Variations
Color information
#B8DD6E (or 0xB8DD6E) is known color: Sulu. HEX triplet: B8, DD and 6E. RGB value is (184,221,110). Sum of RGB (Red+Green+Blue) = 184+221+110=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DD6E is #472291. Grayscale: #C5C5C5. Windows color (decimal): -4661906 or 7265720. OLE color: 7265720.
HSL color Cylindrical-coordinate representation of color #B8DD6E: hue angle of 80º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8DD6E is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 110 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.13 |
| HSL | 80º | 0.62% | 0.65% | - |
| HSV(B) | 80º | 0.5% | 0.87% | - |
| XYZ | 48.44 | 63.03 | 24.36 | - |
| YUV | 197.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 110 | 0.17 | 0 | 0.50 | 0.13 | 80 | 0.62 | 0.65 |
| Hex | B8 | DD | 6E | 11 | 0 | 32 | D | 50 | 3E | 41 |
| Octal | 270 | 335 | 156 | 21 | 0 | 62 | 15 | 120 | 76 | 101 |
| Binary | 10111000 | 11011101 | 1101110 | 10001 | 0 | 110010 | 1101 | 1010000 | 111110 | 1000001 |
Color Harmonies of #B8DD6E
Complementary color
Monochromatic Colors of #B8DD6E
Black with #B8DD6E
Text Example
Text Example
White with #B8DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD6E; }
p { color: rgb(184,221,110); }
H1.HeaderClassName
{
color: #B8DD6E;
}
.AnyTagClassName
{
color: #B8DD6E;
}
</style>
background-color css
<style>
a { background-color: #B8DD6E; }
a { background-color: rgb(184,221,110); }
div.DivClassName
{
background-color: #B8DD6E;
}
.BgClassName
{
background-color: #B8DD6E;
}
</style>
border-color css
<style>
span { border-color: #B8DD6E; }
span { border-color: rgb(184,221,110); }
td.TdClassName
{
border-color: #B8DD6E;
}
.TagClassName
{
border-color: #B8DD6E;
}
</style>