Html Css Color HEX #4AD526 Kelly Green

📋 copy color: '#4AD526'

red 74 ◦ green 213 ◦ blue 38

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

Shades of Kelly Green #4AD526

Tints of Kelly Green #4AD526

RGB

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

 GREEN value IS 213 (83.59% from 255) = 65.54%

 BLUE value IS 38 (15.23% from 255) = 11.69%

R = 22.77%
G = 65.54%
B = 11.69%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#4AD526 (or 0x4AD526) is known color: Kelly Green. HEX triplet: 4A, D5 and 26. RGB value is (74,213,38). Sum of RGB (Red+Green+Blue) = 74+213+38=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD526 is #B52AD9. Grayscale: #989898. Windows color (decimal): -11872986 or 2544970. OLE color: 2544970.

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

Color convert

RGB 74 213 38 -
CMYK 0.65 0 0.82 0.16
HSL 107.66º 0.7% 0.49% -
HSV(B) 107.66º 0.82% 0.84% -
XYZ 26.97 49.18 9.91 -
YUV 151.49 63.95 72.73 -
System Red Green Blue C M Y K H S L
Decimal 74 213 38 0.65 0 0.82 0.16 107.66 0.7 0.49
Hex 4A D5 26 41 0 52 10 6C 46 31
Octal 112 325 46 101 0 122 20 154 106 61
Binary 1001010 11010101 100110 1000001 0 1010010 10000 1101100 1000110 110001

Color Harmonies of #4AD526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD526

Black with #4AD526

Text Example


Text Example

White with #4AD526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,213,38); }

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

background-color css

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

 a { background-color: rgb(74,213,38); }

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

border-color css

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

 span { border-color: rgb(74,213,38); }

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