Shades of Sulu #B8DF70
Tints of Sulu #B8DF70
RGB
CMYK
RGB Variations
Color information
#B8DF70 (or 0xB8DF70) is known color: Sulu. HEX triplet: B8, DF and 70. RGB value is (184,223,112). Sum of RGB (Red+Green+Blue) = 184+223+112=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DF70 is #47208F. Grayscale: #C7C7C7. Windows color (decimal): -4661392 or 7397304. OLE color: 7397304.
HSL color Cylindrical-coordinate representation of color #B8DF70: hue angle of 81.08º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8DF70 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 112 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.13 |
| HSL | 81.08º | 0.63% | 0.66% | - |
| HSV(B) | 81.08º | 0.5% | 0.87% | - |
| XYZ | 49.08 | 64.14 | 25.12 | - |
| YUV | 198.69 | 79.08 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 112 | 0.17 | 0 | 0.50 | 0.13 | 81.08 | 0.63 | 0.66 |
| Hex | B8 | DF | 70 | 11 | 0 | 32 | D | 51 | 3F | 42 |
| Octal | 270 | 337 | 160 | 21 | 0 | 62 | 15 | 121 | 77 | 102 |
| Binary | 10111000 | 11011111 | 1110000 | 10001 | 0 | 110010 | 1101 | 1010001 | 111111 | 1000010 |
Color Harmonies of #B8DF70
Complementary color
Monochromatic Colors of #B8DF70
Black with #B8DF70
Text Example
Text Example
White with #B8DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF70; }
p { color: rgb(184,223,112); }
H1.HeaderClassName
{
color: #B8DF70;
}
.AnyTagClassName
{
color: #B8DF70;
}
</style>
background-color css
<style>
a { background-color: #B8DF70; }
a { background-color: rgb(184,223,112); }
div.DivClassName
{
background-color: #B8DF70;
}
.BgClassName
{
background-color: #B8DF70;
}
</style>
border-color css
<style>
span { border-color: #B8DF70; }
span { border-color: rgb(184,223,112); }
td.TdClassName
{
border-color: #B8DF70;
}
.TagClassName
{
border-color: #B8DF70;
}
</style>