Html Css Color HEX #48AF32 Kelly Green

📋 copy color: '#48AF32'

red 72 ◦ green 175 ◦ blue 50

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

Shades of Kelly Green #48AF32

Tints of Kelly Green #48AF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 24.24%
G = 58.92%
B = 16.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#48AF32 (or 0x48AF32) is known color: Kelly Green. HEX triplet: 48, AF and 32. RGB value is (72,175,50). Sum of RGB (Red+Green+Blue) = 72+175+50=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AF32 is #B750CD. Grayscale: #828282. Windows color (decimal): -12013774 or 3321672. OLE color: 3321672.

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

Color convert

RGB 72 175 50 -
CMYK 0.59 0 0.71 0.31
HSL 109.44º 0.56% 0.44% -
HSV(B) 109.44º 0.71% 0.69% -
XYZ 18.58 32.27 8.27 -
YUV 129.95 82.88 86.66 -
System Red Green Blue C M Y K H S L
Decimal 72 175 50 0.59 0 0.71 0.31 109.44 0.56 0.44
Hex 48 AF 32 3B 0 47 1F 6D 38 2C
Octal 110 257 62 73 0 107 37 155 70 54
Binary 1001000 10101111 110010 111011 0 1000111 11111 1101101 111000 101100

Color Harmonies of #48AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AF32

Black with #48AF32

Text Example


Text Example

White with #48AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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