Shades of Sushi #7FB33E
Tints of Sushi #7FB33E
RGB
CMYK
RGB Variations
Color information
#7FB33E (or 0x7FB33E) is known color: Sushi. HEX triplet: 7F, B3 and 3E. RGB value is (127,179,62). Sum of RGB (Red+Green+Blue) = 127+179+62=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB33E is #804CC1. Grayscale: #969696. Windows color (decimal): -8408258 or 4109183. OLE color: 4109183.
HSL color Cylindrical-coordinate representation of color #7FB33E: hue angle of 86.67º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FB33E is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 62 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.30 |
| HSL | 86.67º | 0.49% | 0.47% | - |
| HSV(B) | 86.67º | 0.65% | 0.7% | - |
| XYZ | 25.74 | 37.1 | 10.36 | - |
| YUV | 150.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 62 | 0.29 | 0 | 0.65 | 0.30 | 86.67 | 0.49 | 0.47 |
| Hex | 7F | B3 | 3E | 1D | 0 | 41 | 1E | 57 | 31 | 2F |
| Octal | 177 | 263 | 76 | 35 | 0 | 101 | 36 | 127 | 61 | 57 |
| Binary | 1111111 | 10110011 | 111110 | 11101 | 0 | 1000001 | 11110 | 1010111 | 110001 | 101111 |
Color Harmonies of #7FB33E
Complementary color
Monochromatic Colors of #7FB33E
Black with #7FB33E
Text Example
Text Example
White with #7FB33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB33E; }
p { color: rgb(127,179,62); }
H1.HeaderClassName
{
color: #7FB33E;
}
.AnyTagClassName
{
color: #7FB33E;
}
</style>
background-color css
<style>
a { background-color: #7FB33E; }
a { background-color: rgb(127,179,62); }
div.DivClassName
{
background-color: #7FB33E;
}
.BgClassName
{
background-color: #7FB33E;
}
</style>
border-color css
<style>
span { border-color: #7FB33E; }
span { border-color: rgb(127,179,62); }
td.TdClassName
{
border-color: #7FB33E;
}
.TagClassName
{
border-color: #7FB33E;
}
</style>