Html Css Color HEX #4AD200 Kelly Green

📋 copy color: '#4AD200'

red 74 ◦ green 210 ◦ blue 0

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

Shades of Kelly Green #4AD200

Tints of Kelly Green #4AD200

RGB

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

 GREEN value IS 210 (82.42% from 255) = 73.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.06%
G = 73.94%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#4AD200 (or 0x4AD200) is known color: Kelly Green. HEX triplet: 4A, D2 and 00. RGB value is (74,210,0). Sum of RGB (Red+Green+Blue) = 74+210+0=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 210 (82.42% from 255 or 73.94% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD200 is #B52DFF. Grayscale: #929292. Windows color (decimal): -11873792 or 53834. OLE color: 53834.

HSL color Cylindrical-coordinate representation of color #4AD200: hue angle of 98.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AD200 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 210 0 -
CMYK 0.65 0 1 0.18
HSL 98.86º 1% 0.41% -
HSV(B) 98.86º 1% 0.82% -
XYZ 25.87 47.55 7.81 -
YUV 145.4 45.94 77.08 -
System Red Green Blue C M Y K H S L
Decimal 74 210 0 0.65 0 1 0.18 98.86 1 0.41
Hex 4A D2 0 41 0 64 12 63 64 29
Octal 112 322 0 101 0 144 22 143 144 51
Binary 1001010 11010010 0 1000001 0 1100100 10010 1100011 1100100 101001

Color Harmonies of #4AD200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD200

Black with #4AD200

Text Example


Text Example

White with #4AD200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,210,0); }

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

background-color css

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

 a { background-color: rgb(74,210,0); }

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

border-color css

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

 span { border-color: rgb(74,210,0); }

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