Html Css Color HEX #4AC005 Kelly Green

📋 copy color: '#4AC005'

red 74 ◦ green 192 ◦ blue 5

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

Shades of Kelly Green #4AC005

Tints of Kelly Green #4AC005

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.85%

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

R = 27.31%
G = 70.85%
B = 1.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#4AC005 (or 0x4AC005) is known color: Kelly Green. HEX triplet: 4A, C0 and 05. RGB value is (74,192,5). Sum of RGB (Red+Green+Blue) = 74+192+5=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC005 is #B53FFA. Grayscale: #888888. Windows color (decimal): -11878395 or 376906. OLE color: 376906.

HSL color Cylindrical-coordinate representation of color #4AC005: hue angle of 97.86º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AC005 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 192 5 -
CMYK 0.61 0 0.97 0.25
HSL 97.86º 0.95% 0.39% -
HSV(B) 97.86º 0.97% 0.75% -
XYZ 21.7 39.17 6.56 -
YUV 135.4 54.41 84.21 -
System Red Green Blue C M Y K H S L
Decimal 74 192 5 0.61 0 0.97 0.25 97.86 0.95 0.39
Hex 4A C0 5 3D 0 61 19 62 5F 27
Octal 112 300 5 75 0 141 31 142 137 47
Binary 1001010 11000000 101 111101 0 1100001 11001 1100010 1011111 100111

Color Harmonies of #4AC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC005

Black with #4AC005

Text Example


Text Example

White with #4AC005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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