#7AD428

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

Shades of Yellow Green #7AD428

Tints of Yellow Green #7AD428

Color information

#7AD428 (or 0x7AD428) is unknown color: approx Yellow Green. HEX triplet: 7A, D4 and 28. RGB value is (122,212,40). Sum of RGB (Red+Green+Blue) = 122+212+40=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD428 is #852BD7. Grayscale: #A6A6A6. Windows color (decimal): -8727512 or 2675834. OLE color: 2675834.

HSL color Cylindrical-coordinate representation of color #7AD428: hue angle of 91.4º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AD428 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB12221240-
CMYK0.4200.810.17
HSL91.4º68.25%49.41%-
HSV(B)91.4º81.13%83.14%-
XYZ31.9551.3810.24-
YUV165.4857.1896.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.62%
GREEN value IS 212 (83.20% from 255) = 56.68%
BLUE value IS 40 (16.02% from 255) = 10.70%
R=32.62%
G=56.68%
B=10.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal122212400.4200.810.1791.468.2549.41
Hex7AD4282A051115b4431
Octal172324505201212113310461
Binary111101011010100101000101010010100011000110110111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,212,40); }

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

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

 a { background-color: rgb(122,212,40); }

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

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

 span { border-color: rgb(122,212,40); }

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