Shades of Spring Green #1BFF76
Tints of Spring Green #1BFF76
RGB
CMYK
RGB Variations
Color information
#1BFF76 (or 0x1BFF76) is known color: Spring Green. HEX triplet: 1B, FF and 76. RGB value is (27,255,118). Sum of RGB (Red+Green+Blue) = 27+255+118=400 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.75% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #1BFF76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BFF76 is #E40089. Grayscale: #ABABAB. Windows color (decimal): -14942346 or 7798555. OLE color: 7798555.
HSL color Cylindrical-coordinate representation of color #1BFF76: hue angle of 143.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFF76 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 255 | 118 | - |
| CMYK | 0.89 | 0 | 0.54 | 0 |
| HSL | 143.95º | 1% | 0.55% | - |
| HSV(B) | 143.95º | 0.89% | 1% | - |
| XYZ | 39.48 | 73.06 | 29.16 | - |
| YUV | 171.21 | 97.96 | 25.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 255 | 118 | 0.89 | 0 | 0.54 | 0 | 143.95 | 1 | 0.55 |
| Hex | 1B | FF | 76 | 59 | 0 | 36 | 0 | 90 | 64 | 37 |
| Octal | 33 | 377 | 166 | 131 | 0 | 66 | 0 | 220 | 144 | 67 |
| Binary | 11011 | 11111111 | 1110110 | 1011001 | 0 | 110110 | 0 | 10010000 | 1100100 | 110111 |
Color Harmonies of #1BFF76
Complementary color
Monochromatic Colors of #1BFF76
Black with #1BFF76
Text Example
Text Example
White with #1BFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFF76; }
p { color: rgb(27,255,118); }
H1.HeaderClassName
{
color: #1BFF76;
}
.AnyTagClassName
{
color: #1BFF76;
}
</style>
background-color css
<style>
a { background-color: #1BFF76; }
a { background-color: rgb(27,255,118); }
div.DivClassName
{
background-color: #1BFF76;
}
.BgClassName
{
background-color: #1BFF76;
}
</style>
border-color css
<style>
span { border-color: #1BFF76; }
span { border-color: rgb(27,255,118); }
td.TdClassName
{
border-color: #1BFF76;
}
.TagClassName
{
border-color: #1BFF76;
}
</style>