#7AD534

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

Shades of Yellow Green #7AD534

Tints of Yellow Green #7AD534

Color information

#7AD534 (or 0x7AD534) is unknown color: approx Yellow Green. HEX triplet: 7A, D5 and 34. RGB value is (122,213,52). Sum of RGB (Red+Green+Blue) = 122+213+52=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD534 is #852ACB. Grayscale: #A7A7A7. Windows color (decimal): -8727244 or 3462522. OLE color: 3462522.

HSL color Cylindrical-coordinate representation of color #7AD534: hue angle of 93.91º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AD534 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB12221352-
CMYK0.4300.760.16
HSL93.91º65.71%51.96%-
HSV(B)93.91º75.59%83.53%-
XYZ32.4451.9711.57-
YUV167.4462.8595.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.52%
GREEN value IS 213 (83.59% from 255) = 55.04%
BLUE value IS 52 (20.70% from 255) = 13.44%
R=31.52%
G=55.04%
B=13.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal122213520.4300.760.1693.9165.7151.96
Hex7AD5342B04C105e4234
Octal172325645301142013610264
Binary111101011010101110100101011010011001000010111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,213,52); }

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

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

 a { background-color: rgb(122,213,52); }

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

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

 span { border-color: rgb(122,213,52); }

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