#7FCD70

Color #7FCD70 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7FCD70

Tints of Pastel Green #7FCD70

Color information

#7FCD70 (or 0x7FCD70) is unknown color: approx Pastel Green. HEX triplet: 7F, CD and 70. RGB value is (127,205,112). Sum of RGB (Red+Green+Blue) = 127+205+112=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCD70 is #80328F. Grayscale: #ABABAB. Windows color (decimal): -8401552 or 7392639. OLE color: 7392639.

HSL color Cylindrical-coordinate representation of color #7FCD70: hue angle of 110.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FCD70 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB127205112-
CMYK0.3800.450.20
HSL110.32º48.19%62.16%-
HSV(B)110.32º45.37%80.39%-
XYZ33.5149.3423.09-
YUV171.0894.6696.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 28.60%
GREEN value IS 205 (80.47% from 255) = 46.17%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=28.60%
G=46.17%
B=25.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051120.3800.450.20110.3248.1962.16
Hex7FCD702602D146e303e
Octal17731516046055241566076
Binary11111111100110111100001001100101101101001101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FCD70; }

 p { color: rgb(127,205,112); }

 H1.HeaderClassName
 {
   color: #7FCD70;
 }
 .AnyTagClassName
 {
   color: #7FCD70;
 }
</style>
background-color css

<style>
 a { background-color: #7FCD70; }

 a { background-color: rgb(127,205,112); }

 div.DivClassName
 {
   background-color: #7FCD70;
 }
 .BgClassName
 {
   background-color: #7FCD70;
 }
</style>
border-color css

<style>
 span { border-color: #7FCD70; }

 span { border-color: rgb(127,205,112); }

 td.TdClassName
 {
   border-color: #7FCD70;
 }
 .TagClassName
 {
   border-color: #7FCD70;
 }
</style>