Shades of De York #7BC37F
Tints of De York #7BC37F
RGB
CMYK
RGB Variations
Color information
#7BC37F (or 0x7BC37F) is known color: De York. HEX triplet: 7B, C3 and 7F. RGB value is (123,195,127). Sum of RGB (Red+Green+Blue) = 123+195+127=445 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.64% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC37F is #843C80. Grayscale: #A5A5A5. Windows color (decimal): -8666241 or 8373115. OLE color: 8373115.
HSL color Cylindrical-coordinate representation of color #7BC37F: hue angle of 123.33º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC37F is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 127 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.24 |
| HSL | 123.33º | 0.38% | 0.62% | - |
| HSV(B) | 123.33º | 0.37% | 0.76% | - |
| XYZ | 31.51 | 44.77 | 27.06 | - |
| YUV | 165.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 127 | 0.37 | 0 | 0.35 | 0.24 | 123.33 | 0.38 | 0.62 |
| Hex | 7B | C3 | 7F | 25 | 0 | 23 | 18 | 7B | 26 | 3E |
| Octal | 173 | 303 | 177 | 45 | 0 | 43 | 30 | 173 | 46 | 76 |
| Binary | 1111011 | 11000011 | 1111111 | 100101 | 0 | 100011 | 11000 | 1111011 | 100110 | 111110 |
Color Harmonies of #7BC37F
Complementary color
Monochromatic Colors of #7BC37F
Black with #7BC37F
Text Example
Text Example
White with #7BC37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC37F; }
p { color: rgb(123,195,127); }
H1.HeaderClassName
{
color: #7BC37F;
}
.AnyTagClassName
{
color: #7BC37F;
}
</style>
background-color css
<style>
a { background-color: #7BC37F; }
a { background-color: rgb(123,195,127); }
div.DivClassName
{
background-color: #7BC37F;
}
.BgClassName
{
background-color: #7BC37F;
}
</style>
border-color css
<style>
span { border-color: #7BC37F; }
span { border-color: rgb(123,195,127); }
td.TdClassName
{
border-color: #7BC37F;
}
.TagClassName
{
border-color: #7BC37F;
}
</style>