Html Css Color HEX #48DD20 Kelly Green

📋 copy color: '#48DD20'

red 72 ◦ green 221 ◦ blue 32

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

Shades of Kelly Green #48DD20

Tints of Kelly Green #48DD20

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68%

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

R = 22.15%
G = 68%
B = 9.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#48DD20 (or 0x48DD20) is known color: Kelly Green. HEX triplet: 48, DD and 20. RGB value is (72,221,32). Sum of RGB (Red+Green+Blue) = 72+221+32=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DD20 is #B722DF. Grayscale: #9B9B9B. Windows color (decimal): -12002016 or 2153800. OLE color: 2153800.

HSL color Cylindrical-coordinate representation of color #48DD20: hue angle of 107.3º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48DD20 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 221 32 -
CMYK 0.67 0 0.86 0.13
HSL 107.3º 0.75% 0.5% -
HSV(B) 107.3º 0.86% 0.87% -
XYZ 28.79 53.19 10.12 -
YUV 154.9 58.64 68.87 -
System Red Green Blue C M Y K H S L
Decimal 72 221 32 0.67 0 0.86 0.13 107.3 0.75 0.5
Hex 48 DD 20 43 0 56 D 6B 4B 32
Octal 110 335 40 103 0 126 15 153 113 62
Binary 1001000 11011101 100000 1000011 0 1010110 1101 1101011 1001011 110010

Color Harmonies of #48DD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DD20

Black with #48DD20

Text Example


Text Example

White with #48DD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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