Html Css Color HEX #4AD71F Kelly Green

📋 copy color: '#4AD71F'

red 74 ◦ green 215 ◦ blue 31

#4AD71F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #4AD71F

Tints of Kelly Green #4AD71F

RGB

 RED value IS 74 (29.3% from 255) = 23.13%

 GREEN value IS 215 (84.38% from 255) = 67.19%

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 23.13%
G = 67.19%
B = 9.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#4AD71F (or 0x4AD71F) is known color: Kelly Green. HEX triplet: 4A, D7 and 1F. RGB value is (74,215,31). Sum of RGB (Red+Green+Blue) = 74+215+31=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 215 (84.38% from 255 or 67.19% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD71F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD71F is #B528E0. Grayscale: #989898. Windows color (decimal): -11872481 or 2086730. OLE color: 2086730.

HSL color Cylindrical-coordinate representation of color #4AD71F: hue angle of 105.98º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AD71F is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 215 31 -
CMYK 0.66 0 0.86 0.16
HSL 105.98º 0.75% 0.48% -
HSV(B) 105.98º 0.86% 0.84% -
XYZ 27.37 50.16 9.53 -
YUV 151.87 59.79 72.46 -
System Red Green Blue C M Y K H S L
Decimal 74 215 31 0.66 0 0.86 0.16 105.98 0.75 0.48
Hex 4A D7 1F 42 0 56 10 6A 4B 30
Octal 112 327 37 102 0 126 20 152 113 60
Binary 1001010 11010111 11111 1000010 0 1010110 10000 1101010 1001011 110000

Color Harmonies of #4AD71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD71F

Black with #4AD71F

Text Example


Text Example

White with #4AD71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,215,31); }

 H1.HeaderClassName
 {
   color: #4AD71F;
 }
 .AnyTagClassName
 {
   color: #4AD71F;
 }
</style>

background-color css

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

 a { background-color: rgb(74,215,31); }

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

border-color css

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

 span { border-color: rgb(74,215,31); }

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