Html Css Color HEX #48BE20 Kelly Green

📋 copy color: '#48BE20'

red 72 ◦ green 190 ◦ blue 32

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

Shades of Kelly Green #48BE20

Tints of Kelly Green #48BE20

RGB

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

 GREEN value IS 190 (74.61% from 255) = 64.63%

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

R = 24.49%
G = 64.63%
B = 10.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#48BE20 (or 0x48BE20) is known color: Kelly Green. HEX triplet: 48, BE and 20. RGB value is (72,190,32). Sum of RGB (Red+Green+Blue) = 72+190+32=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 190 (74.61% from 255 or 64.63% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BE20 is #B741DF. Grayscale: #898989. Windows color (decimal): -12009952 or 2145864. OLE color: 2145864.

HSL color Cylindrical-coordinate representation of color #48BE20: hue angle of 104.81º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48BE20 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 190 32 -
CMYK 0.62 0 0.83 0.25
HSL 104.81º 0.71% 0.44% -
HSV(B) 104.81º 0.83% 0.75% -
XYZ 21.35 38.31 7.64 -
YUV 136.71 68.91 81.85 -
System Red Green Blue C M Y K H S L
Decimal 72 190 32 0.62 0 0.83 0.25 104.81 0.71 0.44
Hex 48 BE 20 3E 0 53 19 69 47 2C
Octal 110 276 40 76 0 123 31 151 107 54
Binary 1001000 10111110 100000 111110 0 1010011 11001 1101001 1000111 101100

Color Harmonies of #48BE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE20

Black with #48BE20

Text Example


Text Example

White with #48BE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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