Shades of Sulu #B0FC67
Tints of Sulu #B0FC67
RGB
CMYK
RGB Variations
Color information
#B0FC67 (or 0xB0FC67) is known color: Sulu. HEX triplet: B0, FC and 67. RGB value is (176,252,103). Sum of RGB (Red+Green+Blue) = 176+252+103=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC67 is #4F0398. Grayscale: #D4D4D4. Windows color (decimal): -5178265 or 6814896. OLE color: 6814896.
HSL color Cylindrical-coordinate representation of color #B0FC67: hue angle of 90.6º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0FC67 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 103 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.01 |
| HSL | 90.6º | 0.96% | 0.7% | - |
| HSV(B) | 90.6º | 0.59% | 0.99% | - |
| XYZ | 55.16 | 79.83 | 25.33 | - |
| YUV | 212.29 | 66.32 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 103 | 0.30 | 0 | 0.59 | 0.01 | 90.6 | 0.96 | 0.7 |
| Hex | B0 | FC | 67 | 1E | 0 | 3B | 1 | 5B | 60 | 46 |
| Octal | 260 | 374 | 147 | 36 | 0 | 73 | 1 | 133 | 140 | 106 |
| Binary | 10110000 | 11111100 | 1100111 | 11110 | 0 | 111011 | 1 | 1011011 | 1100000 | 1000110 |
Color Harmonies of #B0FC67
Complementary color
Monochromatic Colors of #B0FC67
Black with #B0FC67
Text Example
Text Example
White with #B0FC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC67; }
p { color: rgb(176,252,103); }
H1.HeaderClassName
{
color: #B0FC67;
}
.AnyTagClassName
{
color: #B0FC67;
}
</style>
background-color css
<style>
a { background-color: #B0FC67; }
a { background-color: rgb(176,252,103); }
div.DivClassName
{
background-color: #B0FC67;
}
.BgClassName
{
background-color: #B0FC67;
}
</style>
border-color css
<style>
span { border-color: #B0FC67; }
span { border-color: rgb(176,252,103); }
td.TdClassName
{
border-color: #B0FC67;
}
.TagClassName
{
border-color: #B0FC67;
}
</style>