Html Css Color HEX #48D620 Kelly Green

📋 copy color: '#48D620'

red 72 ◦ green 214 ◦ blue 32

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

Shades of Kelly Green #48D620

Tints of Kelly Green #48D620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.3%

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

R = 22.64%
G = 67.3%
B = 10.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#48D620 (or 0x48D620) is known color: Kelly Green. HEX triplet: 48, D6 and 20. RGB value is (72,214,32). Sum of RGB (Red+Green+Blue) = 72+214+32=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 214 (83.98% from 255 or 67.30% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 214 - color contains mainly: green. Hex color #48D620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D620 is #B729DF. Grayscale: #979797. Windows color (decimal): -12003808 or 2152008. OLE color: 2152008.

HSL color Cylindrical-coordinate representation of color #48D620: hue angle of 106.81º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48D620 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 214 32 -
CMYK 0.66 0 0.85 0.16
HSL 106.81º 0.74% 0.48% -
HSV(B) 106.81º 0.85% 0.84% -
XYZ 26.98 49.58 9.51 -
YUV 150.79 60.96 71.8 -
System Red Green Blue C M Y K H S L
Decimal 72 214 32 0.66 0 0.85 0.16 106.81 0.74 0.48
Hex 48 D6 20 42 0 55 10 6B 4A 30
Octal 110 326 40 102 0 125 20 153 112 60
Binary 1001000 11010110 100000 1000010 0 1010101 10000 1101011 1001010 110000

Color Harmonies of #48D620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D620

Black with #48D620

Text Example


Text Example

White with #48D620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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