Shades of Sulu #B5DD74
Tints of Sulu #B5DD74
RGB
CMYK
RGB Variations
Color information
#B5DD74 (or 0xB5DD74) is known color: Sulu. HEX triplet: B5, DD and 74. RGB value is (181,221,116). Sum of RGB (Red+Green+Blue) = 181+221+116=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD74 is #4A228B. Grayscale: #C5C5C5. Windows color (decimal): -4858508 or 7658933. OLE color: 7658933.
HSL color Cylindrical-coordinate representation of color #B5DD74: hue angle of 82.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5DD74 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 116 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.13 |
| HSL | 82.86º | 0.61% | 0.66% | - |
| HSV(B) | 82.86º | 0.48% | 0.87% | - |
| XYZ | 48.06 | 62.8 | 26.11 | - |
| YUV | 197.07 | 82.25 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 116 | 0.18 | 0 | 0.48 | 0.13 | 82.86 | 0.61 | 0.66 |
| Hex | B5 | DD | 74 | 12 | 0 | 30 | D | 53 | 3D | 42 |
| Octal | 265 | 335 | 164 | 22 | 0 | 60 | 15 | 123 | 75 | 102 |
| Binary | 10110101 | 11011101 | 1110100 | 10010 | 0 | 110000 | 1101 | 1010011 | 111101 | 1000010 |
Color Harmonies of #B5DD74
Complementary color
Monochromatic Colors of #B5DD74
Black with #B5DD74
Text Example
Text Example
White with #B5DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD74; }
p { color: rgb(181,221,116); }
H1.HeaderClassName
{
color: #B5DD74;
}
.AnyTagClassName
{
color: #B5DD74;
}
</style>
background-color css
<style>
a { background-color: #B5DD74; }
a { background-color: rgb(181,221,116); }
div.DivClassName
{
background-color: #B5DD74;
}
.BgClassName
{
background-color: #B5DD74;
}
</style>
border-color css
<style>
span { border-color: #B5DD74; }
span { border-color: rgb(181,221,116); }
td.TdClassName
{
border-color: #B5DD74;
}
.TagClassName
{
border-color: #B5DD74;
}
</style>