#4BAC1F

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

Shades of Kelly Green #4BAC1F

Tints of Kelly Green #4BAC1F

Color information

#4BAC1F (or 0x4BAC1F) is unknown color: approx Kelly Green. HEX triplet: 4B, AC and 1F. RGB value is (75,172,31). Sum of RGB (Red+Green+Blue) = 75+172+31=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAC1F is #B453E0. Grayscale: #7F7F7F. Windows color (decimal): -11817953 or 2075723. OLE color: 2075723.

HSL color Cylindrical-coordinate representation of color #4BAC1F: hue angle of 101.28º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4BAC1F is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB7517231-
CMYK0.5600.820.33
HSL101.28º69.46%39.8%-
HSV(B)101.28º81.98%67.45%-
XYZ17.931.16.36-
YUV126.9273.8690.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 172 (67.58% from 255) = 61.87%
BLUE value IS 31 (12.5% from 255) = 11.15%
R=26.98%
G=61.87%
B=11.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75172310.5600.820.33101.2869.4639.8
Hex4BAC1F3805221654528
Octal113254377001224114510550
Binary100101110101100111111110000101001010000111001011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,172,31); }

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

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

 a { background-color: rgb(75,172,31); }

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

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

 span { border-color: rgb(75,172,31); }

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