#4AD522

Color #4AD522 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4AD522

Tints of Kelly Green #4AD522

Color information

#4AD522 (or 0x4AD522) is unknown color: approx Kelly Green. HEX triplet: 4A, D5 and 22. RGB value is (74,213,34). Sum of RGB (Red+Green+Blue) = 74+213+34=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 213 (83.59% from 255 or 66.36% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD522 is #B52ADD. Grayscale: #979797. Windows color (decimal): -11872990 or 2282826. OLE color: 2282826.

HSL color Cylindrical-coordinate representation of color #4AD522: hue angle of 106.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AD522 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB7421334-
CMYK0.6500.840.16
HSL106.59º72.47%48.43%-
HSV(B)106.59º84.04%83.53%-
XYZ26.9149.169.58-
YUV151.0361.9573.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.05%
GREEN value IS 213 (83.59% from 255) = 66.36%
BLUE value IS 34 (13.67% from 255) = 10.59%
R=23.05%
G=66.36%
B=10.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74213340.6500.840.16106.5972.4748.43
Hex4AD52241054106b4830
Octal1123254210101242015311060
Binary1001010110101011000101000001010101001000011010111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AD522; }

 p { color: rgb(74,213,34); }

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

<style>
 a { background-color: #4AD522; }

 a { background-color: rgb(74,213,34); }

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

<style>
 span { border-color: #4AD522; }

 span { border-color: rgb(74,213,34); }

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