#4BA82A

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

Shades of Kelly Green #4BA82A

Tints of Kelly Green #4BA82A

Color information

#4BA82A (or 0x4BA82A) is unknown color: approx Kelly Green. HEX triplet: 4B, A8 and 2A. RGB value is (75,168,42). Sum of RGB (Red+Green+Blue) = 75+168+42=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA82A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA82A is #B457D5. Grayscale: #7E7E7E. Windows color (decimal): -11818966 or 2795595. OLE color: 2795595.

HSL color Cylindrical-coordinate representation of color #4BA82A: hue angle of 104.29º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4BA82A is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB7516842-
CMYK0.5500.750.34
HSL104.29º60%41.18%-
HSV(B)104.29º75%65.88%-
XYZ17.3229.677-
YUV125.8380.6991.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 168 (66.02% from 255) = 58.95%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=26.32%
G=58.95%
B=14.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal75168420.5500.750.34104.296041.18
Hex4BA82A3704B22683c29
Octal11325052670113421507451
Binary100101110101000101010110111010010111000101101000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,168,42); }

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

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

 a { background-color: rgb(75,168,42); }

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

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

 span { border-color: rgb(75,168,42); }

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