Shades of Sulu #B8DA7D
Tints of Sulu #B8DA7D
RGB
CMYK
RGB Variations
Color information
#B8DA7D (or 0xB8DA7D) is known color: Sulu. HEX triplet: B8, DA and 7D. RGB value is (184,218,125). Sum of RGB (Red+Green+Blue) = 184+218+125=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA7D is #472582. Grayscale: #C5C5C5. Windows color (decimal): -4662659 or 8247992. OLE color: 8247992.
HSL color Cylindrical-coordinate representation of color #B8DA7D: hue angle of 81.94º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8DA7D is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 125 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.15 |
| HSL | 81.94º | 0.56% | 0.67% | - |
| HSV(B) | 81.94º | 0.43% | 0.85% | - |
| XYZ | 48.54 | 61.81 | 28.77 | - |
| YUV | 197.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 125 | 0.16 | 0 | 0.43 | 0.15 | 81.94 | 0.56 | 0.67 |
| Hex | B8 | DA | 7D | 10 | 0 | 2B | F | 52 | 38 | 43 |
| Octal | 270 | 332 | 175 | 20 | 0 | 53 | 17 | 122 | 70 | 103 |
| Binary | 10111000 | 11011010 | 1111101 | 10000 | 0 | 101011 | 1111 | 1010010 | 111000 | 1000011 |
Color Harmonies of #B8DA7D
Complementary color
Monochromatic Colors of #B8DA7D
Black with #B8DA7D
Text Example
Text Example
White with #B8DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA7D; }
p { color: rgb(184,218,125); }
H1.HeaderClassName
{
color: #B8DA7D;
}
.AnyTagClassName
{
color: #B8DA7D;
}
</style>
background-color css
<style>
a { background-color: #B8DA7D; }
a { background-color: rgb(184,218,125); }
div.DivClassName
{
background-color: #B8DA7D;
}
.BgClassName
{
background-color: #B8DA7D;
}
</style>
border-color css
<style>
span { border-color: #B8DA7D; }
span { border-color: rgb(184,218,125); }
td.TdClassName
{
border-color: #B8DA7D;
}
.TagClassName
{
border-color: #B8DA7D;
}
</style>