Shades of Spring Green #0BFF6C
Tints of Spring Green #0BFF6C
RGB
CMYK
RGB Variations
Color information
#0BFF6C (or 0x0BFF6C) is known color: Spring Green. HEX triplet: 0B, FF and 6C. RGB value is (11,255,108). Sum of RGB (Red+Green+Blue) = 11+255+108=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFF6C is #F40093. Grayscale: #A5A5A5. Windows color (decimal): -15990932 or 7143179. OLE color: 7143179.
HSL color Cylindrical-coordinate representation of color #0BFF6C: hue angle of 143.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF6C is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 108 | - |
| CMYK | 0.96 | 0 | 0.58 | 0 |
| HSL | 143.85º | 1% | 0.52% | - |
| HSV(B) | 143.85º | 0.96% | 1% | - |
| XYZ | 38.6 | 72.67 | 26.18 | - |
| YUV | 165.29 | 95.66 | 17.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 108 | 0.96 | 0 | 0.58 | 0 | 143.85 | 1 | 0.52 |
| Hex | B | FF | 6C | 60 | 0 | 3A | 0 | 90 | 64 | 34 |
| Octal | 13 | 377 | 154 | 140 | 0 | 72 | 0 | 220 | 144 | 64 |
| Binary | 1011 | 11111111 | 1101100 | 1100000 | 0 | 111010 | 0 | 10010000 | 1100100 | 110100 |
Color Harmonies of #0BFF6C
Complementary color
Monochromatic Colors of #0BFF6C
Black with #0BFF6C
Text Example
Text Example
White with #0BFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF6C; }
p { color: rgb(11,255,108); }
H1.HeaderClassName
{
color: #0BFF6C;
}
.AnyTagClassName
{
color: #0BFF6C;
}
</style>
background-color css
<style>
a { background-color: #0BFF6C; }
a { background-color: rgb(11,255,108); }
div.DivClassName
{
background-color: #0BFF6C;
}
.BgClassName
{
background-color: #0BFF6C;
}
</style>
border-color css
<style>
span { border-color: #0BFF6C; }
span { border-color: rgb(11,255,108); }
td.TdClassName
{
border-color: #0BFF6C;
}
.TagClassName
{
border-color: #0BFF6C;
}
</style>