Html Css Color HEX #4AD505 Kelly Green

📋 copy color: '#4AD505'

red 74 ◦ green 213 ◦ blue 5

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

Shades of Kelly Green #4AD505

Tints of Kelly Green #4AD505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 25.34%
G = 72.95%
B = 1.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#4AD505 (or 0x4AD505) is known color: Kelly Green. HEX triplet: 4A, D5 and 05. RGB value is (74,213,5). Sum of RGB (Red+Green+Blue) = 74+213+5=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 213 (83.59% from 255 or 72.95% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD505 is #B52AFA. Grayscale: #949494. Windows color (decimal): -11873019 or 382282. OLE color: 382282.

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

Color convert

RGB 74 213 5 -
CMYK 0.65 0 0.98 0.16
HSL 100.1º 0.95% 0.43% -
HSV(B) 100.1º 0.98% 0.84% -
XYZ 26.65 49.06 8.21 -
YUV 147.73 47.45 75.41 -
System Red Green Blue C M Y K H S L
Decimal 74 213 5 0.65 0 0.98 0.16 100.1 0.95 0.43
Hex 4A D5 5 41 0 62 10 64 5F 2B
Octal 112 325 5 101 0 142 20 144 137 53
Binary 1001010 11010101 101 1000001 0 1100010 10000 1100100 1011111 101011

Color Harmonies of #4AD505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD505

Black with #4AD505

Text Example


Text Example

White with #4AD505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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