#49C707

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

Shades of Kelly Green #49C707

Tints of Kelly Green #49C707

Color information

#49C707 (or 0x49C707) is unknown color: approx Kelly Green. HEX triplet: 49, C7 and 07. RGB value is (73,199,7). Sum of RGB (Red+Green+Blue) = 73+199+7=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 199 (78.12% from 255 or 71.33% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 199 - color contains mainly: green. Hex color #49C707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C707 is #B638F8. Grayscale: #8C8C8C. Windows color (decimal): -11942137 or 509769. OLE color: 509769.

HSL color Cylindrical-coordinate representation of color #49C707: hue angle of 99.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49C707 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB731997-
CMYK0.6300.960.22
HSL99.38º93.2%40.39%-
HSV(B)99.38º96.48%78.04%-
XYZ23.2142.287.14-
YUV139.4453.2680.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 199 (78.12% from 255) = 71.33%
BLUE value IS 7 (3.12% from 255) = 2.51%
R=26.16%
G=71.33%
B=2.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal7319970.6300.960.2299.3893.240.39
Hex49C773F06016635d28
Octal11130777701402614313550
Binary100100111000111111111111011000001011011000111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,199,7); }

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

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

 a { background-color: rgb(73,199,7); }

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

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

 span { border-color: rgb(73,199,7); }

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