#49C025

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

Shades of Kelly Green #49C025

Tints of Kelly Green #49C025

Color information

#49C025 (or 0x49C025) is unknown color: approx Kelly Green. HEX triplet: 49, C0 and 25. RGB value is (73,192,37). Sum of RGB (Red+Green+Blue) = 73+192+37=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #49C025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C025 is #B63FDA. Grayscale: #8B8B8B. Windows color (decimal): -11943899 or 2474057. OLE color: 2474057.

HSL color Cylindrical-coordinate representation of color #49C025: hue angle of 106.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49C025 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB7319237-
CMYK0.6200.810.25
HSL106.06º67.69%44.9%-
HSV(B)106.06º80.73%75.29%-
XYZ21.9339.258.17-
YUV138.7570.5881.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 192 (75.39% from 255) = 63.58%
BLUE value IS 37 (14.84% from 255) = 12.25%
R=24.17%
G=63.58%
B=12.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73192370.6200.810.25106.0667.6944.9
Hex49C0253E051196a442d
Octal111300457601213115210455
Binary100100111000000100101111110010100011100111010101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49C025; }

 p { color: rgb(73,192,37); }

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

<style>
 a { background-color: #49C025; }

 a { background-color: rgb(73,192,37); }

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

<style>
 span { border-color: #49C025; }

 span { border-color: rgb(73,192,37); }

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