Shades of Sulu #B0FA68
Tints of Sulu #B0FA68
RGB
CMYK
RGB Variations
Color information
#B0FA68 (or 0xB0FA68) is known color: Sulu. HEX triplet: B0, FA and 68. RGB value is (176,250,104). Sum of RGB (Red+Green+Blue) = 176+250+104=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA68 is #4F0597. Grayscale: #D3D3D3. Windows color (decimal): -5178776 or 6879920. OLE color: 6879920.
HSL color Cylindrical-coordinate representation of color #B0FA68: hue angle of 90.41º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0FA68 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 104 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.02 |
| HSL | 90.41º | 0.94% | 0.69% | - |
| HSV(B) | 90.41º | 0.58% | 0.98% | - |
| XYZ | 54.59 | 78.6 | 25.39 | - |
| YUV | 211.23 | 67.48 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 104 | 0.30 | 0 | 0.58 | 0.02 | 90.41 | 0.94 | 0.69 |
| Hex | B0 | FA | 68 | 1E | 0 | 3A | 2 | 5A | 5E | 45 |
| Octal | 260 | 372 | 150 | 36 | 0 | 72 | 2 | 132 | 136 | 105 |
| Binary | 10110000 | 11111010 | 1101000 | 11110 | 0 | 111010 | 10 | 1011010 | 1011110 | 1000101 |
Color Harmonies of #B0FA68
Complementary color
Monochromatic Colors of #B0FA68
Black with #B0FA68
Text Example
Text Example
White with #B0FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FA68; }
p { color: rgb(176,250,104); }
H1.HeaderClassName
{
color: #B0FA68;
}
.AnyTagClassName
{
color: #B0FA68;
}
</style>
background-color css
<style>
a { background-color: #B0FA68; }
a { background-color: rgb(176,250,104); }
div.DivClassName
{
background-color: #B0FA68;
}
.BgClassName
{
background-color: #B0FA68;
}
</style>
border-color css
<style>
span { border-color: #B0FA68; }
span { border-color: rgb(176,250,104); }
td.TdClassName
{
border-color: #B0FA68;
}
.TagClassName
{
border-color: #B0FA68;
}
</style>