Shades of Sulu #B4DD79
Tints of Sulu #B4DD79
RGB
CMYK
RGB Variations
Color information
#B4DD79 (or 0xB4DD79) is known color: Sulu. HEX triplet: B4, DD and 79. RGB value is (180,221,121). Sum of RGB (Red+Green+Blue) = 180+221+121=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD79 is #4B2286. Grayscale: #C5C5C5. Windows color (decimal): -4924039 or 7986612. OLE color: 7986612.
HSL color Cylindrical-coordinate representation of color #B4DD79: hue angle of 84.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4DD79 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 121 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.13 |
| HSL | 84.6º | 0.6% | 0.67% | - |
| HSV(B) | 84.6º | 0.45% | 0.87% | - |
| XYZ | 48.13 | 62.8 | 27.67 | - |
| YUV | 197.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 121 | 0.19 | 0 | 0.45 | 0.13 | 84.6 | 0.6 | 0.67 |
| Hex | B4 | DD | 79 | 13 | 0 | 2D | D | 55 | 3C | 43 |
| Octal | 264 | 335 | 171 | 23 | 0 | 55 | 15 | 125 | 74 | 103 |
| Binary | 10110100 | 11011101 | 1111001 | 10011 | 0 | 101101 | 1101 | 1010101 | 111100 | 1000011 |
Color Harmonies of #B4DD79
Complementary color
Monochromatic Colors of #B4DD79
Black with #B4DD79
Text Example
Text Example
White with #B4DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DD79; }
p { color: rgb(180,221,121); }
H1.HeaderClassName
{
color: #B4DD79;
}
.AnyTagClassName
{
color: #B4DD79;
}
</style>
background-color css
<style>
a { background-color: #B4DD79; }
a { background-color: rgb(180,221,121); }
div.DivClassName
{
background-color: #B4DD79;
}
.BgClassName
{
background-color: #B4DD79;
}
</style>
border-color css
<style>
span { border-color: #B4DD79; }
span { border-color: rgb(180,221,121); }
td.TdClassName
{
border-color: #B4DD79;
}
.TagClassName
{
border-color: #B4DD79;
}
</style>