#4BC50C

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

Shades of Kelly Green #4BC50C

Tints of Kelly Green #4BC50C

Color information

#4BC50C (or 0x4BC50C) is unknown color: approx Kelly Green. HEX triplet: 4B, C5 and 0C. RGB value is (75,197,12). Sum of RGB (Red+Green+Blue) = 75+197+12=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BC50C is #B43AF3. Grayscale: #8C8C8C. Windows color (decimal): -11811572 or 836939. OLE color: 836939.

HSL color Cylindrical-coordinate representation of color #4BC50C: hue angle of 99.57º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4BC50C is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB7519712-
CMYK0.6200.940.23
HSL99.57º88.52%40.98%-
HSV(B)99.57º93.91%77.25%-
XYZ22.9341.457.14-
YUV139.4356.0882.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.41%
GREEN value IS 197 (77.34% from 255) = 69.37%
BLUE value IS 12 (5.08% from 255) = 4.23%
R=26.41%
G=69.37%
B=4.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal75197120.6200.940.2399.5788.5240.98
Hex4BC5C3E05E17645929
Octal113305147601362714413151
Binary1001011110001011100111110010111101011111001001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,197,12); }

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

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

 a { background-color: rgb(75,197,12); }

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

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

 span { border-color: rgb(75,197,12); }

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