Shades of Sulu #B6DC74
Tints of Sulu #B6DC74
RGB
CMYK
RGB Variations
Color information
#B6DC74 (or 0xB6DC74) is known color: Sulu. HEX triplet: B6, DC and 74. RGB value is (182,220,116). Sum of RGB (Red+Green+Blue) = 182+220+116=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC74 is #49238B. Grayscale: #C5C5C5. Windows color (decimal): -4793228 or 7658678. OLE color: 7658678.
HSL color Cylindrical-coordinate representation of color #B6DC74: hue angle of 81.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6DC74 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 116 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.14 |
| HSL | 81.92º | 0.6% | 0.66% | - |
| HSV(B) | 81.92º | 0.47% | 0.86% | - |
| XYZ | 48.04 | 62.39 | 26.03 | - |
| YUV | 196.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 116 | 0.17 | 0 | 0.47 | 0.14 | 81.92 | 0.6 | 0.66 |
| Hex | B6 | DC | 74 | 11 | 0 | 2F | E | 52 | 3C | 42 |
| Octal | 266 | 334 | 164 | 21 | 0 | 57 | 16 | 122 | 74 | 102 |
| Binary | 10110110 | 11011100 | 1110100 | 10001 | 0 | 101111 | 1110 | 1010010 | 111100 | 1000010 |
Color Harmonies of #B6DC74
Complementary color
Monochromatic Colors of #B6DC74
Black with #B6DC74
Text Example
Text Example
White with #B6DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DC74; }
p { color: rgb(182,220,116); }
H1.HeaderClassName
{
color: #B6DC74;
}
.AnyTagClassName
{
color: #B6DC74;
}
</style>
background-color css
<style>
a { background-color: #B6DC74; }
a { background-color: rgb(182,220,116); }
div.DivClassName
{
background-color: #B6DC74;
}
.BgClassName
{
background-color: #B6DC74;
}
</style>
border-color css
<style>
span { border-color: #B6DC74; }
span { border-color: rgb(182,220,116); }
td.TdClassName
{
border-color: #B6DC74;
}
.TagClassName
{
border-color: #B6DC74;
}
</style>