Html Css Color HEX #4AD225 Kelly Green

📋 copy color: '#4AD225'

red 74 ◦ green 210 ◦ blue 37

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

Shades of Kelly Green #4AD225

Tints of Kelly Green #4AD225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 23.05%
G = 65.42%
B = 11.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#4AD225 (or 0x4AD225) is known color: Kelly Green. HEX triplet: 4A, D2 and 25. RGB value is (74,210,37). Sum of RGB (Red+Green+Blue) = 74+210+37=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 210 (82.42% from 255 or 65.42% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD225 is #B52DDA. Grayscale: #969696. Windows color (decimal): -11873755 or 2478666. OLE color: 2478666.

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

Color convert

RGB 74 210 37 -
CMYK 0.65 0 0.82 0.18
HSL 107.17º 0.7% 0.48% -
HSV(B) 107.17º 0.82% 0.82% -
XYZ 26.2 47.68 9.57 -
YUV 149.61 64.44 74.07 -
System Red Green Blue C M Y K H S L
Decimal 74 210 37 0.65 0 0.82 0.18 107.17 0.7 0.48
Hex 4A D2 25 41 0 52 12 6B 46 30
Octal 112 322 45 101 0 122 22 153 106 60
Binary 1001010 11010010 100101 1000001 0 1010010 10010 1101011 1000110 110000

Color Harmonies of #4AD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD225

Black with #4AD225

Text Example


Text Example

White with #4AD225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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