Shades of Sulu #B8DD7A
Tints of Sulu #B8DD7A
RGB
CMYK
RGB Variations
Color information
#B8DD7A (or 0xB8DD7A) is known color: Sulu. HEX triplet: B8, DD and 7A. RGB value is (184,221,122). Sum of RGB (Red+Green+Blue) = 184+221+122=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DD7A is #472285. Grayscale: #C7C7C7. Windows color (decimal): -4661894 or 8052152. OLE color: 8052152.
HSL color Cylindrical-coordinate representation of color #B8DD7A: hue angle of 82.42º degrees, saturation: 0.59, 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 #B8DD7A is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 122 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.13 |
| HSL | 82.42º | 0.59% | 0.67% | - |
| HSV(B) | 82.42º | 0.45% | 0.87% | - |
| XYZ | 49.14 | 63.31 | 28.04 | - |
| YUV | 198.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 122 | 0.17 | 0 | 0.45 | 0.13 | 82.42 | 0.59 | 0.67 |
| Hex | B8 | DD | 7A | 11 | 0 | 2D | D | 52 | 3B | 43 |
| Octal | 270 | 335 | 172 | 21 | 0 | 55 | 15 | 122 | 73 | 103 |
| Binary | 10111000 | 11011101 | 1111010 | 10001 | 0 | 101101 | 1101 | 1010010 | 111011 | 1000011 |
Color Harmonies of #B8DD7A
Complementary color
Monochromatic Colors of #B8DD7A
Black with #B8DD7A
Text Example
Text Example
White with #B8DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD7A; }
p { color: rgb(184,221,122); }
H1.HeaderClassName
{
color: #B8DD7A;
}
.AnyTagClassName
{
color: #B8DD7A;
}
</style>
background-color css
<style>
a { background-color: #B8DD7A; }
a { background-color: rgb(184,221,122); }
div.DivClassName
{
background-color: #B8DD7A;
}
.BgClassName
{
background-color: #B8DD7A;
}
</style>
border-color css
<style>
span { border-color: #B8DD7A; }
span { border-color: rgb(184,221,122); }
td.TdClassName
{
border-color: #B8DD7A;
}
.TagClassName
{
border-color: #B8DD7A;
}
</style>