Shades of Light Green #7BF285
Tints of Light Green #7BF285
RGB
CMYK
RGB Variations
Color information
#7BF285 (or 0x7BF285) is known color: Light Green. HEX triplet: 7B, F2 and 85. RGB value is (123,242,133). Sum of RGB (Red+Green+Blue) = 123+242+133=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF285 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF285 is #840D7A. Grayscale: #C2C2C2. Windows color (decimal): -8654203 or 8778363. OLE color: 8778363.
HSL color Cylindrical-coordinate representation of color #7BF285: hue angle of 125.04º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF285 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 242 | 133 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.05 |
| HSL | 125.04º | 0.82% | 0.72% | - |
| HSV(B) | 125.04º | 0.49% | 0.95% | - |
| XYZ | 44.15 | 69.41 | 33.26 | - |
| YUV | 193.99 | 93.58 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 242 | 133 | 0.49 | 0 | 0.45 | 0.05 | 125.04 | 0.82 | 0.72 |
| Hex | 7B | F2 | 85 | 31 | 0 | 2D | 5 | 7D | 52 | 48 |
| Octal | 173 | 362 | 205 | 61 | 0 | 55 | 5 | 175 | 122 | 110 |
| Binary | 1111011 | 11110010 | 10000101 | 110001 | 0 | 101101 | 101 | 1111101 | 1010010 | 1001000 |
Color Harmonies of #7BF285
Complementary color
Monochromatic Colors of #7BF285
Black with #7BF285
Text Example
Text Example
White with #7BF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF285; }
p { color: rgb(123,242,133); }
H1.HeaderClassName
{
color: #7BF285;
}
.AnyTagClassName
{
color: #7BF285;
}
</style>
background-color css
<style>
a { background-color: #7BF285; }
a { background-color: rgb(123,242,133); }
div.DivClassName
{
background-color: #7BF285;
}
.BgClassName
{
background-color: #7BF285;
}
</style>
border-color css
<style>
span { border-color: #7BF285; }
span { border-color: rgb(123,242,133); }
td.TdClassName
{
border-color: #7BF285;
}
.TagClassName
{
border-color: #7BF285;
}
</style>