Shades of Sulu #B6DC7D
Tints of Sulu #B6DC7D
RGB
CMYK
RGB Variations
Color information
#B6DC7D (or 0xB6DC7D) is known color: Sulu. HEX triplet: B6, DC and 7D. RGB value is (182,220,125). Sum of RGB (Red+Green+Blue) = 182+220+125=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC7D is #492382. Grayscale: #C6C6C6. Windows color (decimal): -4793219 or 8248502. OLE color: 8248502.
HSL color Cylindrical-coordinate representation of color #B6DC7D: hue angle of 84º 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 #B6DC7D is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 125 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.14 |
| HSL | 84º | 0.58% | 0.68% | - |
| HSV(B) | 84º | 0.43% | 0.86% | - |
| XYZ | 48.59 | 62.61 | 28.93 | - |
| YUV | 197.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 125 | 0.17 | 0 | 0.43 | 0.14 | 84 | 0.58 | 0.68 |
| Hex | B6 | DC | 7D | 11 | 0 | 2B | E | 54 | 3A | 44 |
| Octal | 266 | 334 | 175 | 21 | 0 | 53 | 16 | 124 | 72 | 104 |
| Binary | 10110110 | 11011100 | 1111101 | 10001 | 0 | 101011 | 1110 | 1010100 | 111010 | 1000100 |
Color Harmonies of #B6DC7D
Complementary color
Monochromatic Colors of #B6DC7D
Black with #B6DC7D
Text Example
Text Example
White with #B6DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DC7D; }
p { color: rgb(182,220,125); }
H1.HeaderClassName
{
color: #B6DC7D;
}
.AnyTagClassName
{
color: #B6DC7D;
}
</style>
background-color css
<style>
a { background-color: #B6DC7D; }
a { background-color: rgb(182,220,125); }
div.DivClassName
{
background-color: #B6DC7D;
}
.BgClassName
{
background-color: #B6DC7D;
}
</style>
border-color css
<style>
span { border-color: #B6DC7D; }
span { border-color: rgb(182,220,125); }
td.TdClassName
{
border-color: #B6DC7D;
}
.TagClassName
{
border-color: #B6DC7D;
}
</style>