#7FCA2A

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

Shades of Yellow Green #7FCA2A

Tints of Yellow Green #7FCA2A

Color information

#7FCA2A (or 0x7FCA2A) is unknown color: approx Yellow Green. HEX triplet: 7F, CA and 2A. RGB value is (127,202,42). Sum of RGB (Red+Green+Blue) = 127+202+42=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCA2A is #8035D5. Grayscale: #A1A1A1. Windows color (decimal): -8402390 or 2804351. OLE color: 2804351.

HSL color Cylindrical-coordinate representation of color #7FCA2A: hue angle of 88.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7FCA2A is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB12720242-
CMYK0.3700.790.21
HSL88.12º65.57%47.84%-
HSV(B)88.12º79.21%79.22%-
XYZ30.2946.929.65-
YUV161.3460.65103.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 202 (79.30% from 255) = 54.45%
BLUE value IS 42 (16.80% from 255) = 11.32%
R=34.23%
G=54.45%
B=11.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127202420.3700.790.2188.1265.5747.84
Hex7FCA2A2504F15584230
Octal177312524501172513010260
Binary111111111001010101010100101010011111010110110001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,202,42); }

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

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

 a { background-color: rgb(127,202,42); }

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

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

 span { border-color: rgb(127,202,42); }

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