#4ABF31

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

Shades of Kelly Green #4ABF31

Tints of Kelly Green #4ABF31

Color information

#4ABF31 (or 0x4ABF31) is unknown color: approx Kelly Green. HEX triplet: 4A, BF and 31. RGB value is (74,191,49). Sum of RGB (Red+Green+Blue) = 74+191+49=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABF31 is #B540CE. Grayscale: #8C8C8C. Windows color (decimal): -11878607 or 3260234. OLE color: 3260234.

HSL color Cylindrical-coordinate representation of color #4ABF31: hue angle of 109.44º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4ABF31 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB7419149-
CMYK0.6100.740.25
HSL109.44º59.17%47.06%-
HSV(B)109.44º74.35%74.9%-
XYZ22.0138.949.26-
YUV139.8376.7481.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.57%
GREEN value IS 191 (75% from 255) = 60.83%
BLUE value IS 49 (19.53% from 255) = 15.61%
R=23.57%
G=60.83%
B=15.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74191490.6100.740.25109.4459.1747.06
Hex4ABF313D04A196d3b2f
Octal11227761750112311557357
Binary10010101011111111000111110101001010110011101101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,191,49); }

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

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

 a { background-color: rgb(74,191,49); }

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

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

 span { border-color: rgb(74,191,49); }

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