Shades of Sulu #B8DC7D
Tints of Sulu #B8DC7D
RGB
CMYK
RGB Variations
Color information
#B8DC7D (or 0xB8DC7D) is known color: Sulu. HEX triplet: B8, DC and 7D. RGB value is (184,220,125). Sum of RGB (Red+Green+Blue) = 184+220+125=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC7D is #472382. Grayscale: #C6C6C6. Windows color (decimal): -4662147 or 8248504. OLE color: 8248504.
HSL color Cylindrical-coordinate representation of color #B8DC7D: hue angle of 82.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8DC7D is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 125 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.14 |
| HSL | 82.74º | 0.58% | 0.68% | - |
| HSV(B) | 82.74º | 0.43% | 0.86% | - |
| XYZ | 49.06 | 62.86 | 28.95 | - |
| YUV | 198.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 125 | 0.16 | 0 | 0.43 | 0.14 | 82.74 | 0.58 | 0.68 |
| Hex | B8 | DC | 7D | 10 | 0 | 2B | E | 53 | 3A | 44 |
| Octal | 270 | 334 | 175 | 20 | 0 | 53 | 16 | 123 | 72 | 104 |
| Binary | 10111000 | 11011100 | 1111101 | 10000 | 0 | 101011 | 1110 | 1010011 | 111010 | 1000100 |
Color Harmonies of #B8DC7D
Complementary color
Monochromatic Colors of #B8DC7D
Black with #B8DC7D
Text Example
Text Example
White with #B8DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC7D; }
p { color: rgb(184,220,125); }
H1.HeaderClassName
{
color: #B8DC7D;
}
.AnyTagClassName
{
color: #B8DC7D;
}
</style>
background-color css
<style>
a { background-color: #B8DC7D; }
a { background-color: rgb(184,220,125); }
div.DivClassName
{
background-color: #B8DC7D;
}
.BgClassName
{
background-color: #B8DC7D;
}
</style>
border-color css
<style>
span { border-color: #B8DC7D; }
span { border-color: rgb(184,220,125); }
td.TdClassName
{
border-color: #B8DC7D;
}
.TagClassName
{
border-color: #B8DC7D;
}
</style>