#7CFA7A

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

Shades of Pastel Green #7CFA7A

Tints of Pastel Green #7CFA7A

Color information

#7CFA7A (or 0x7CFA7A) is unknown color: approx Pastel Green. HEX triplet: 7C, FA and 7A. RGB value is (124,250,122). Sum of RGB (Red+Green+Blue) = 124+250+122=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFA7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CFA7A is #830585. Grayscale: #C6C6C6. Windows color (decimal): -8586630 or 8059516. OLE color: 8059516.

HSL color Cylindrical-coordinate representation of color #7CFA7A: hue angle of 119.06º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFA7A is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB124250122-
CMYK0.5000.510.02
HSL119.06º92.75%72.94%-
HSV(B)119.06º51.2%98.04%-
XYZ46.0174.0630.28-
YUV197.7385.2675.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25%
GREEN value IS 250 (98.05% from 255) = 50.40%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=25%
G=50.40%
B=24.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242501220.5000.510.02119.0692.7572.94
Hex7CFA7A320332775d49
Octal174372172620632167135111
Binary1111100111110101111010110010011001110111011110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,250,122); }

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

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

 a { background-color: rgb(124,250,122); }

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

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

 span { border-color: rgb(124,250,122); }

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