Shades of Pastel Green #7FCB74
Tints of Pastel Green #7FCB74
RGB
CMYK
RGB Variations
Color information
#7FCB74 (or 0x7FCB74) is known color: Pastel Green. HEX triplet: 7F, CB and 74. RGB value is (127,203,116). Sum of RGB (Red+Green+Blue) = 127+203+116=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCB74 is #80348B. Grayscale: #AAAAAA. Windows color (decimal): -8402060 or 7654271. OLE color: 7654271.
HSL color Cylindrical-coordinate representation of color #7FCB74: hue angle of 112.41º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FCB74 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 116 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.20 |
| HSL | 112.41º | 0.46% | 0.63% | - |
| HSV(B) | 112.41º | 0.43% | 0.8% | - |
| XYZ | 33.26 | 48.48 | 24.13 | - |
| YUV | 170.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 116 | 0.37 | 0 | 0.43 | 0.20 | 112.41 | 0.46 | 0.63 |
| Hex | 7F | CB | 74 | 25 | 0 | 2B | 14 | 70 | 2E | 3F |
| Octal | 177 | 313 | 164 | 45 | 0 | 53 | 24 | 160 | 56 | 77 |
| Binary | 1111111 | 11001011 | 1110100 | 100101 | 0 | 101011 | 10100 | 1110000 | 101110 | 111111 |
Color Harmonies of #7FCB74
Complementary color
Monochromatic Colors of #7FCB74
Black with #7FCB74
Text Example
Text Example
White with #7FCB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB74; }
p { color: rgb(127,203,116); }
H1.HeaderClassName
{
color: #7FCB74;
}
.AnyTagClassName
{
color: #7FCB74;
}
</style>
background-color css
<style>
a { background-color: #7FCB74; }
a { background-color: rgb(127,203,116); }
div.DivClassName
{
background-color: #7FCB74;
}
.BgClassName
{
background-color: #7FCB74;
}
</style>
border-color css
<style>
span { border-color: #7FCB74; }
span { border-color: rgb(127,203,116); }
td.TdClassName
{
border-color: #7FCB74;
}
.TagClassName
{
border-color: #7FCB74;
}
</style>