Shades of Sulu #B0F06D
Tints of Sulu #B0F06D
RGB
CMYK
RGB Variations
Color information
#B0F06D (or 0xB0F06D) is known color: Sulu. HEX triplet: B0, F0 and 6D. RGB value is (176,240,109). Sum of RGB (Red+Green+Blue) = 176+240+109=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F06D is #4F0F92. Grayscale: #CECECE. Windows color (decimal): -5181331 or 7205040. OLE color: 7205040.
HSL color Cylindrical-coordinate representation of color #B0F06D: hue angle of 89.31º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0F06D is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 109 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.06 |
| HSL | 89.31º | 0.81% | 0.68% | - |
| HSV(B) | 89.31º | 0.55% | 0.94% | - |
| XYZ | 51.82 | 72.65 | 25.76 | - |
| YUV | 205.93 | 73.3 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 109 | 0.27 | 0 | 0.55 | 0.06 | 89.31 | 0.81 | 0.68 |
| Hex | B0 | F0 | 6D | 1B | 0 | 37 | 6 | 59 | 51 | 44 |
| Octal | 260 | 360 | 155 | 33 | 0 | 67 | 6 | 131 | 121 | 104 |
| Binary | 10110000 | 11110000 | 1101101 | 11011 | 0 | 110111 | 110 | 1011001 | 1010001 | 1000100 |
Color Harmonies of #B0F06D
Complementary color
Monochromatic Colors of #B0F06D
Black with #B0F06D
Text Example
Text Example
White with #B0F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F06D; }
p { color: rgb(176,240,109); }
H1.HeaderClassName
{
color: #B0F06D;
}
.AnyTagClassName
{
color: #B0F06D;
}
</style>
background-color css
<style>
a { background-color: #B0F06D; }
a { background-color: rgb(176,240,109); }
div.DivClassName
{
background-color: #B0F06D;
}
.BgClassName
{
background-color: #B0F06D;
}
</style>
border-color css
<style>
span { border-color: #B0F06D; }
span { border-color: rgb(176,240,109); }
td.TdClassName
{
border-color: #B0F06D;
}
.TagClassName
{
border-color: #B0F06D;
}
</style>