Html Css Color HEX #4AD61A Kelly Green

📋 copy color: '#4AD61A'

red 74 ◦ green 214 ◦ blue 26

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

Shades of Kelly Green #4AD61A

Tints of Kelly Green #4AD61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.28%

R = 23.57%
G = 68.15%
B = 8.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#4AD61A (or 0x4AD61A) is known color: Kelly Green. HEX triplet: 4A, D6 and 1A. RGB value is (74,214,26). Sum of RGB (Red+Green+Blue) = 74+214+26=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 214 (83.98% from 255 or 68.15% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD61A is #B529E5. Grayscale: #979797. Windows color (decimal): -11872742 or 1758794. OLE color: 1758794.

HSL color Cylindrical-coordinate representation of color #4AD61A: hue angle of 104.68º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AD61A is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 214 26 -
CMYK 0.65 0 0.88 0.16
HSL 104.68º 0.78% 0.47% -
HSV(B) 104.68º 0.88% 0.84% -
XYZ 27.06 49.62 9.13 -
YUV 150.71 57.62 73.29 -
System Red Green Blue C M Y K H S L
Decimal 74 214 26 0.65 0 0.88 0.16 104.68 0.78 0.47
Hex 4A D6 1A 41 0 58 10 69 4E 2F
Octal 112 326 32 101 0 130 20 151 116 57
Binary 1001010 11010110 11010 1000001 0 1011000 10000 1101001 1001110 101111

Color Harmonies of #4AD61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD61A

Black with #4AD61A

Text Example


Text Example

White with #4AD61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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