Shades of Sulu #B9EF70
Tints of Sulu #B9EF70
RGB
CMYK
RGB Variations
Color information
#B9EF70 (or 0xB9EF70) is known color: Sulu. HEX triplet: B9, EF and 70. RGB value is (185,239,112). Sum of RGB (Red+Green+Blue) = 185+239+112=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EF70 is #46108F. Grayscale: #D0D0D0. Windows color (decimal): -4591760 or 7401401. OLE color: 7401401.
HSL color Cylindrical-coordinate representation of color #B9EF70: hue angle of 85.51º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9EF70 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 239 | 112 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.06 |
| HSL | 85.51º | 0.8% | 0.69% | - |
| HSV(B) | 85.51º | 0.53% | 0.94% | - |
| XYZ | 53.8 | 73.22 | 26.63 | - |
| YUV | 208.38 | 73.61 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 112 | 0.23 | 0 | 0.53 | 0.06 | 85.51 | 0.8 | 0.69 |
| Hex | B9 | EF | 70 | 17 | 0 | 35 | 6 | 56 | 50 | 45 |
| Octal | 271 | 357 | 160 | 27 | 0 | 65 | 6 | 126 | 120 | 105 |
| Binary | 10111001 | 11101111 | 1110000 | 10111 | 0 | 110101 | 110 | 1010110 | 1010000 | 1000101 |
Color Harmonies of #B9EF70
Complementary color
Monochromatic Colors of #B9EF70
Black with #B9EF70
Text Example
Text Example
White with #B9EF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EF70; }
p { color: rgb(185,239,112); }
H1.HeaderClassName
{
color: #B9EF70;
}
.AnyTagClassName
{
color: #B9EF70;
}
</style>
background-color css
<style>
a { background-color: #B9EF70; }
a { background-color: rgb(185,239,112); }
div.DivClassName
{
background-color: #B9EF70;
}
.BgClassName
{
background-color: #B9EF70;
}
</style>
border-color css
<style>
span { border-color: #B9EF70; }
span { border-color: rgb(185,239,112); }
td.TdClassName
{
border-color: #B9EF70;
}
.TagClassName
{
border-color: #B9EF70;
}
</style>