#4AC82B

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

Shades of Kelly Green #4AC82B

Tints of Kelly Green #4AC82B

Color information

#4AC82B (or 0x4AC82B) is unknown color: approx Kelly Green. HEX triplet: 4A, C8 and 2B. RGB value is (74,200,43). Sum of RGB (Red+Green+Blue) = 74+200+43=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC82B is #B537D4. Grayscale: #909090. Windows color (decimal): -11876309 or 2869322. OLE color: 2869322.

HSL color Cylindrical-coordinate representation of color #4AC82B: hue angle of 108.15º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4AC82B is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB7420043-
CMYK0.6300.780.22
HSL108.15º64.61%47.65%-
HSV(B)108.15º78.5%78.43%-
XYZ23.9142.949.31-
YUV144.4370.7677.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 200 (78.52% from 255) = 63.09%
BLUE value IS 43 (17.19% from 255) = 13.56%
R=23.34%
G=63.09%
B=13.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal74200430.6300.780.22108.1564.6147.65
Hex4AC82B3F04E166c4130
Octal112310537701162615410160
Binary100101011001000101011111111010011101011011011001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,200,43); }

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

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

 a { background-color: rgb(74,200,43); }

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

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

 span { border-color: rgb(74,200,43); }

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