#4AB700

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

Shades of Kelly Green #4AB700

Tints of Kelly Green #4AB700

Color information

#4AB700 (or 0x4AB700) is unknown color: approx Kelly Green. HEX triplet: 4A, B7 and 00. RGB value is (74,183,0). Sum of RGB (Red+Green+Blue) = 74+183+0=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 183 (71.88% from 255 or 71.21% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB700 is #B548FF. Grayscale: #828282. Windows color (decimal): -11880704 or 46922. OLE color: 46922.

HSL color Cylindrical-coordinate representation of color #4AB700: hue angle of 95.74º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AB700 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB741830-
CMYK0.60010.28
HSL95.74º100%35.88%-
HSV(B)95.74º100%71.76%-
XYZ19.7635.325.78-
YUV129.5554.8988.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 183 (71.88% from 255) = 71.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.79%
G=71.21%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal7418300.60010.2895.7410035.88
Hex4AB703C0641C606424
Octal11226707401443414014444
Binary1001010101101110111100011001001110011000001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,183,0); }

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

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

 a { background-color: rgb(74,183,0); }

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

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

 span { border-color: rgb(74,183,0); }

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