Shades of Sulu #B4DC7C
Tints of Sulu #B4DC7C
RGB
CMYK
RGB Variations
Color information
#B4DC7C (or 0xB4DC7C) is known color: Sulu. HEX triplet: B4, DC and 7C. RGB value is (180,220,124). Sum of RGB (Red+Green+Blue) = 180+220+124=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DC7C is #4B2383. Grayscale: #C5C5C5. Windows color (decimal): -4924292 or 8182964. OLE color: 8182964.
HSL color Cylindrical-coordinate representation of color #B4DC7C: hue angle of 85º 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 #B4DC7C is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 124 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.14 |
| HSL | 85º | 0.58% | 0.67% | - |
| HSV(B) | 85º | 0.44% | 0.86% | - |
| XYZ | 48.05 | 62.34 | 28.57 | - |
| YUV | 197.1 | 86.75 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 124 | 0.18 | 0 | 0.44 | 0.14 | 85 | 0.58 | 0.67 |
| Hex | B4 | DC | 7C | 12 | 0 | 2C | E | 55 | 3A | 43 |
| Octal | 264 | 334 | 174 | 22 | 0 | 54 | 16 | 125 | 72 | 103 |
| Binary | 10110100 | 11011100 | 1111100 | 10010 | 0 | 101100 | 1110 | 1010101 | 111010 | 1000011 |
Color Harmonies of #B4DC7C
Complementary color
Monochromatic Colors of #B4DC7C
Black with #B4DC7C
Text Example
Text Example
White with #B4DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DC7C; }
p { color: rgb(180,220,124); }
H1.HeaderClassName
{
color: #B4DC7C;
}
.AnyTagClassName
{
color: #B4DC7C;
}
</style>
background-color css
<style>
a { background-color: #B4DC7C; }
a { background-color: rgb(180,220,124); }
div.DivClassName
{
background-color: #B4DC7C;
}
.BgClassName
{
background-color: #B4DC7C;
}
</style>
border-color css
<style>
span { border-color: #B4DC7C; }
span { border-color: rgb(180,220,124); }
td.TdClassName
{
border-color: #B4DC7C;
}
.TagClassName
{
border-color: #B4DC7C;
}
</style>