Shades of Sulu #B7DC78
Tints of Sulu #B7DC78
RGB
CMYK
RGB Variations
Color information
#B7DC78 (or 0xB7DC78) is known color: Sulu. HEX triplet: B7, DC and 78. RGB value is (183,220,120). Sum of RGB (Red+Green+Blue) = 183+220+120=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC78 is #482387. Grayscale: #C5C5C5. Windows color (decimal): -4727688 or 7920823. OLE color: 7920823.
HSL color Cylindrical-coordinate representation of color #B7DC78: hue angle of 82.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7DC78 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 120 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.14 |
| HSL | 82.2º | 0.59% | 0.67% | - |
| HSV(B) | 82.2º | 0.45% | 0.86% | - |
| XYZ | 48.51 | 62.61 | 27.3 | - |
| YUV | 197.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 120 | 0.17 | 0 | 0.45 | 0.14 | 82.2 | 0.59 | 0.67 |
| Hex | B7 | DC | 78 | 11 | 0 | 2D | E | 52 | 3B | 43 |
| Octal | 267 | 334 | 170 | 21 | 0 | 55 | 16 | 122 | 73 | 103 |
| Binary | 10110111 | 11011100 | 1111000 | 10001 | 0 | 101101 | 1110 | 1010010 | 111011 | 1000011 |
Color Harmonies of #B7DC78
Complementary color
Monochromatic Colors of #B7DC78
Black with #B7DC78
Text Example
Text Example
White with #B7DC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC78; }
p { color: rgb(183,220,120); }
H1.HeaderClassName
{
color: #B7DC78;
}
.AnyTagClassName
{
color: #B7DC78;
}
</style>
background-color css
<style>
a { background-color: #B7DC78; }
a { background-color: rgb(183,220,120); }
div.DivClassName
{
background-color: #B7DC78;
}
.BgClassName
{
background-color: #B7DC78;
}
</style>
border-color css
<style>
span { border-color: #B7DC78; }
span { border-color: rgb(183,220,120); }
td.TdClassName
{
border-color: #B7DC78;
}
.TagClassName
{
border-color: #B7DC78;
}
</style>