Shades of Sulu #B7DC7C
Tints of Sulu #B7DC7C
RGB
CMYK
RGB Variations
Color information
#B7DC7C (or 0xB7DC7C) is known color: Sulu. HEX triplet: B7, DC and 7C. RGB value is (183,220,124). Sum of RGB (Red+Green+Blue) = 183+220+124=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC7C is #482383. Grayscale: #C6C6C6. Windows color (decimal): -4727684 or 8182967. OLE color: 8182967.
HSL color Cylindrical-coordinate representation of color #B7DC7C: hue angle of 83.13º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7DC7C is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 124 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.14 |
| HSL | 83.13º | 0.58% | 0.67% | - |
| HSV(B) | 83.13º | 0.44% | 0.86% | - |
| XYZ | 48.76 | 62.71 | 28.6 | - |
| YUV | 197.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 124 | 0.17 | 0 | 0.44 | 0.14 | 83.13 | 0.58 | 0.67 |
| Hex | B7 | DC | 7C | 11 | 0 | 2C | E | 53 | 3A | 43 |
| Octal | 267 | 334 | 174 | 21 | 0 | 54 | 16 | 123 | 72 | 103 |
| Binary | 10110111 | 11011100 | 1111100 | 10001 | 0 | 101100 | 1110 | 1010011 | 111010 | 1000011 |
Color Harmonies of #B7DC7C
Complementary color
Monochromatic Colors of #B7DC7C
Black with #B7DC7C
Text Example
Text Example
White with #B7DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC7C; }
p { color: rgb(183,220,124); }
H1.HeaderClassName
{
color: #B7DC7C;
}
.AnyTagClassName
{
color: #B7DC7C;
}
</style>
background-color css
<style>
a { background-color: #B7DC7C; }
a { background-color: rgb(183,220,124); }
div.DivClassName
{
background-color: #B7DC7C;
}
.BgClassName
{
background-color: #B7DC7C;
}
</style>
border-color css
<style>
span { border-color: #B7DC7C; }
span { border-color: rgb(183,220,124); }
td.TdClassName
{
border-color: #B7DC7C;
}
.TagClassName
{
border-color: #B7DC7C;
}
</style>