#4BAF2A

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

Shades of Kelly Green #4BAF2A

Tints of Kelly Green #4BAF2A

Color information

#4BAF2A (or 0x4BAF2A) is unknown color: approx Kelly Green. HEX triplet: 4B, AF and 2A. RGB value is (75,175,42). Sum of RGB (Red+Green+Blue) = 75+175+42=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 175 (68.75% from 255 or 59.93% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAF2A is #B450D5. Grayscale: #828282. Windows color (decimal): -11817174 or 2797387. OLE color: 2797387.

HSL color Cylindrical-coordinate representation of color #4BAF2A: hue angle of 105.11º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BAF2A is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB7517542-
CMYK0.5700.760.31
HSL105.11º61.29%42.55%-
HSV(B)105.11º76%68.63%-
XYZ18.6532.327.45-
YUV129.9478.3788.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.68%
GREEN value IS 175 (68.75% from 255) = 59.93%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=25.68%
G=59.93%
B=14.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75175420.5700.760.31105.1161.2942.55
Hex4BAF2A3904C1F693d2b
Octal11325752710114371517553
Binary10010111010111110101011100101001100111111101001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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