Html Css Color HEX #4AD61F Kelly Green

📋 copy color: '#4AD61F'

red 74 ◦ green 214 ◦ blue 31

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

Shades of Kelly Green #4AD61F

Tints of Kelly Green #4AD61F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.08%

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

R = 23.2%
G = 67.08%
B = 9.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#4AD61F (or 0x4AD61F) is known color: Kelly Green. HEX triplet: 4A, D6 and 1F. RGB value is (74,214,31). Sum of RGB (Red+Green+Blue) = 74+214+31=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD61F is #B529E0. Grayscale: #979797. Windows color (decimal): -11872737 or 2086474. OLE color: 2086474.

HSL color Cylindrical-coordinate representation of color #4AD61F: hue angle of 105.9º 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 #4AD61F is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 214 31 -
CMYK 0.65 0 0.86 0.16
HSL 105.9º 0.75% 0.48% -
HSV(B) 105.9º 0.86% 0.84% -
XYZ 27.12 49.65 9.45 -
YUV 151.28 60.12 72.88 -
System Red Green Blue C M Y K H S L
Decimal 74 214 31 0.65 0 0.86 0.16 105.9 0.75 0.48
Hex 4A D6 1F 41 0 56 10 6A 4B 30
Octal 112 326 37 101 0 126 20 152 113 60
Binary 1001010 11010110 11111 1000001 0 1010110 10000 1101010 1001011 110000

Color Harmonies of #4AD61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD61F

Black with #4AD61F

Text Example


Text Example

White with #4AD61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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