Shades of Sulu #B8DA7E
Tints of Sulu #B8DA7E
RGB
CMYK
RGB Variations
Color information
#B8DA7E (or 0xB8DA7E) is known color: Sulu. HEX triplet: B8, DA and 7E. RGB value is (184,218,126). Sum of RGB (Red+Green+Blue) = 184+218+126=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA7E is #472581. Grayscale: #C5C5C5. Windows color (decimal): -4662658 or 8313528. OLE color: 8313528.
HSL color Cylindrical-coordinate representation of color #B8DA7E: hue angle of 82.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8DA7E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 126 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.15 |
| HSL | 82.17º | 0.55% | 0.67% | - |
| HSV(B) | 82.17º | 0.42% | 0.85% | - |
| XYZ | 48.6 | 61.84 | 29.11 | - |
| YUV | 197.35 | 87.74 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 126 | 0.16 | 0 | 0.42 | 0.15 | 82.17 | 0.55 | 0.67 |
| Hex | B8 | DA | 7E | 10 | 0 | 2A | F | 52 | 37 | 43 |
| Octal | 270 | 332 | 176 | 20 | 0 | 52 | 17 | 122 | 67 | 103 |
| Binary | 10111000 | 11011010 | 1111110 | 10000 | 0 | 101010 | 1111 | 1010010 | 110111 | 1000011 |
Color Harmonies of #B8DA7E
Complementary color
Monochromatic Colors of #B8DA7E
Black with #B8DA7E
Text Example
Text Example
White with #B8DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA7E; }
p { color: rgb(184,218,126); }
H1.HeaderClassName
{
color: #B8DA7E;
}
.AnyTagClassName
{
color: #B8DA7E;
}
</style>
background-color css
<style>
a { background-color: #B8DA7E; }
a { background-color: rgb(184,218,126); }
div.DivClassName
{
background-color: #B8DA7E;
}
.BgClassName
{
background-color: #B8DA7E;
}
</style>
border-color css
<style>
span { border-color: #B8DA7E; }
span { border-color: rgb(184,218,126); }
td.TdClassName
{
border-color: #B8DA7E;
}
.TagClassName
{
border-color: #B8DA7E;
}
</style>