Shades of Sulu #B0EE70
Tints of Sulu #B0EE70
RGB
CMYK
RGB Variations
Color information
#B0EE70 (or 0xB0EE70) is known color: Sulu. HEX triplet: B0, EE and 70. RGB value is (176,238,112). Sum of RGB (Red+Green+Blue) = 176+238+112=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EE70 is #4F118F. Grayscale: #CDCDCD. Windows color (decimal): -5181840 or 7401136. OLE color: 7401136.
HSL color Cylindrical-coordinate representation of color #B0EE70: hue angle of 89.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0EE70 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 112 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.07 |
| HSL | 89.52º | 0.79% | 0.69% | - |
| HSV(B) | 89.52º | 0.53% | 0.93% | - |
| XYZ | 51.4 | 71.55 | 26.43 | - |
| YUV | 205.1 | 75.46 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 112 | 0.26 | 0 | 0.53 | 0.07 | 89.52 | 0.79 | 0.69 |
| Hex | B0 | EE | 70 | 1A | 0 | 35 | 7 | 5A | 4F | 45 |
| Octal | 260 | 356 | 160 | 32 | 0 | 65 | 7 | 132 | 117 | 105 |
| Binary | 10110000 | 11101110 | 1110000 | 11010 | 0 | 110101 | 111 | 1011010 | 1001111 | 1000101 |
Color Harmonies of #B0EE70
Complementary color
Monochromatic Colors of #B0EE70
Black with #B0EE70
Text Example
Text Example
White with #B0EE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EE70; }
p { color: rgb(176,238,112); }
H1.HeaderClassName
{
color: #B0EE70;
}
.AnyTagClassName
{
color: #B0EE70;
}
</style>
background-color css
<style>
a { background-color: #B0EE70; }
a { background-color: rgb(176,238,112); }
div.DivClassName
{
background-color: #B0EE70;
}
.BgClassName
{
background-color: #B0EE70;
}
</style>
border-color css
<style>
span { border-color: #B0EE70; }
span { border-color: rgb(176,238,112); }
td.TdClassName
{
border-color: #B0EE70;
}
.TagClassName
{
border-color: #B0EE70;
}
</style>