Shades of Sulu #B0EF74
Tints of Sulu #B0EF74
RGB
CMYK
RGB Variations
Color information
#B0EF74 (or 0xB0EF74) is known color: Sulu. HEX triplet: B0, EF and 74. RGB value is (176,239,116). Sum of RGB (Red+Green+Blue) = 176+239+116=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EF74 is #4F108B. Grayscale: #CECECE. Windows color (decimal): -5181580 or 7663536. OLE color: 7663536.
HSL color Cylindrical-coordinate representation of color #B0EF74: hue angle of 90.73º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0EF74 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 116 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.06 |
| HSL | 90.73º | 0.79% | 0.7% | - |
| HSV(B) | 90.73º | 0.51% | 0.94% | - |
| XYZ | 51.92 | 72.22 | 27.73 | - |
| YUV | 206.14 | 77.13 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 116 | 0.26 | 0 | 0.51 | 0.06 | 90.73 | 0.79 | 0.7 |
| Hex | B0 | EF | 74 | 1A | 0 | 33 | 6 | 5B | 4F | 46 |
| Octal | 260 | 357 | 164 | 32 | 0 | 63 | 6 | 133 | 117 | 106 |
| Binary | 10110000 | 11101111 | 1110100 | 11010 | 0 | 110011 | 110 | 1011011 | 1001111 | 1000110 |
Color Harmonies of #B0EF74
Complementary color
Monochromatic Colors of #B0EF74
Black with #B0EF74
Text Example
Text Example
White with #B0EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF74; }
p { color: rgb(176,239,116); }
H1.HeaderClassName
{
color: #B0EF74;
}
.AnyTagClassName
{
color: #B0EF74;
}
</style>
background-color css
<style>
a { background-color: #B0EF74; }
a { background-color: rgb(176,239,116); }
div.DivClassName
{
background-color: #B0EF74;
}
.BgClassName
{
background-color: #B0EF74;
}
</style>
border-color css
<style>
span { border-color: #B0EF74; }
span { border-color: rgb(176,239,116); }
td.TdClassName
{
border-color: #B0EF74;
}
.TagClassName
{
border-color: #B0EF74;
}
</style>