Shades of Sulu #B4DD75
Tints of Sulu #B4DD75
RGB
CMYK
RGB Variations
Color information
#B4DD75 (or 0xB4DD75) is known color: Sulu. HEX triplet: B4, DD and 75. RGB value is (180,221,117). Sum of RGB (Red+Green+Blue) = 180+221+117=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD75 is #4B228A. Grayscale: #C5C5C5. Windows color (decimal): -4924043 or 7724468. OLE color: 7724468.
HSL color Cylindrical-coordinate representation of color #B4DD75: hue angle of 83.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4DD75 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 117 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.13 |
| HSL | 83.65º | 0.6% | 0.66% | - |
| HSV(B) | 83.65º | 0.47% | 0.87% | - |
| XYZ | 47.89 | 62.7 | 26.41 | - |
| YUV | 196.89 | 82.92 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 117 | 0.19 | 0 | 0.47 | 0.13 | 83.65 | 0.6 | 0.66 |
| Hex | B4 | DD | 75 | 13 | 0 | 2F | D | 54 | 3C | 42 |
| Octal | 264 | 335 | 165 | 23 | 0 | 57 | 15 | 124 | 74 | 102 |
| Binary | 10110100 | 11011101 | 1110101 | 10011 | 0 | 101111 | 1101 | 1010100 | 111100 | 1000010 |
Color Harmonies of #B4DD75
Complementary color
Monochromatic Colors of #B4DD75
Black with #B4DD75
Text Example
Text Example
White with #B4DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DD75; }
p { color: rgb(180,221,117); }
H1.HeaderClassName
{
color: #B4DD75;
}
.AnyTagClassName
{
color: #B4DD75;
}
</style>
background-color css
<style>
a { background-color: #B4DD75; }
a { background-color: rgb(180,221,117); }
div.DivClassName
{
background-color: #B4DD75;
}
.BgClassName
{
background-color: #B4DD75;
}
</style>
border-color css
<style>
span { border-color: #B4DD75; }
span { border-color: rgb(180,221,117); }
td.TdClassName
{
border-color: #B4DD75;
}
.TagClassName
{
border-color: #B4DD75;
}
</style>