Html Css Color HEX #48AF20 Kelly Green

📋 copy color: '#48AF20'

red 72 ◦ green 175 ◦ blue 32

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

Shades of Kelly Green #48AF20

Tints of Kelly Green #48AF20

RGB

 RED value IS 72 (28.52% from 255) = 25.81%

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

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 25.81%
G = 62.72%
B = 11.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#48AF20 (or 0x48AF20) is known color: Kelly Green. HEX triplet: 48, AF and 20. RGB value is (72,175,32). Sum of RGB (Red+Green+Blue) = 72+175+32=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AF20 is #B750DF. Grayscale: #808080. Windows color (decimal): -12013792 or 2142024. OLE color: 2142024.

HSL color Cylindrical-coordinate representation of color #48AF20: hue angle of 103.22º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48AF20 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 175 32 -
CMYK 0.59 0 0.82 0.31
HSL 103.22º 0.69% 0.41% -
HSV(B) 103.22º 0.82% 0.69% -
XYZ 18.26 32.14 6.61 -
YUV 127.9 73.88 88.13 -
System Red Green Blue C M Y K H S L
Decimal 72 175 32 0.59 0 0.82 0.31 103.22 0.69 0.41
Hex 48 AF 20 3B 0 52 1F 67 45 29
Octal 110 257 40 73 0 122 37 147 105 51
Binary 1001000 10101111 100000 111011 0 1010010 11111 1100111 1000101 101001

Color Harmonies of #48AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AF20

Black with #48AF20

Text Example


Text Example

White with #48AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48AF20; }

 p { color: rgb(72,175,32); }

 H1.HeaderClassName
 {
   color: #48AF20;
 }
 .AnyTagClassName
 {
   color: #48AF20;
 }
</style>

background-color css

<style>
 a { background-color: #48AF20; }

 a { background-color: rgb(72,175,32); }

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

border-color css

<style>
 span { border-color: #48AF20; }

 span { border-color: rgb(72,175,32); }

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