Html Css Color HEX #4AAF28 Kelly Green

📋 copy color: '#4AAF28'

red 74 ◦ green 175 ◦ blue 40

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

Shades of Kelly Green #4AAF28

Tints of Kelly Green #4AAF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.55%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 25.61%
G = 60.55%
B = 13.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#4AAF28 (or 0x4AAF28) is known color: Kelly Green. HEX triplet: 4A, AF and 28. RGB value is (74,175,40). Sum of RGB (Red+Green+Blue) = 74+175+40=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAF28 is #B550D7. Grayscale: #818181. Windows color (decimal): -11882712 or 2666314. OLE color: 2666314.

HSL color Cylindrical-coordinate representation of color #4AAF28: hue angle of 104.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AAF28 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 175 40 -
CMYK 0.58 0 0.77 0.31
HSL 104.89º 0.63% 0.42% -
HSV(B) 104.89º 0.77% 0.69% -
XYZ 18.54 32.27 7.26 -
YUV 129.41 77.54 88.48 -
System Red Green Blue C M Y K H S L
Decimal 74 175 40 0.58 0 0.77 0.31 104.89 0.63 0.42
Hex 4A AF 28 3A 0 4D 1F 69 3F 2A
Octal 112 257 50 72 0 115 37 151 77 52
Binary 1001010 10101111 101000 111010 0 1001101 11111 1101001 111111 101010

Color Harmonies of #4AAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAF28

Black with #4AAF28

Text Example


Text Example

White with #4AAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,175,40); }

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

background-color css

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

 a { background-color: rgb(74,175,40); }

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

border-color css

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

 span { border-color: rgb(74,175,40); }

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