Html Css Color HEX #48B820 Kelly Green

📋 copy color: '#48B820'

red 72 ◦ green 184 ◦ blue 32

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

Shades of Kelly Green #48B820

Tints of Kelly Green #48B820

RGB

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

 GREEN value IS 184 (72.27% from 255) = 63.89%

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

R = 25%
G = 63.89%
B = 11.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#48B820 (or 0x48B820) is known color: Kelly Green. HEX triplet: 48, B8 and 20. RGB value is (72,184,32). Sum of RGB (Red+Green+Blue) = 72+184+32=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #48B820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B820 is #B747DF. Grayscale: #858585. Windows color (decimal): -12011488 or 2144328. OLE color: 2144328.

HSL color Cylindrical-coordinate representation of color #48B820: hue angle of 104.21º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48B820 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 184 32 -
CMYK 0.61 0 0.83 0.28
HSL 104.21º 0.7% 0.42% -
HSV(B) 104.21º 0.83% 0.72% -
XYZ 20.07 35.76 7.21 -
YUV 133.18 70.89 84.36 -
System Red Green Blue C M Y K H S L
Decimal 72 184 32 0.61 0 0.83 0.28 104.21 0.7 0.42
Hex 48 B8 20 3D 0 53 1C 68 46 2A
Octal 110 270 40 75 0 123 34 150 106 52
Binary 1001000 10111000 100000 111101 0 1010011 11100 1101000 1000110 101010

Color Harmonies of #48B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B820

Black with #48B820

Text Example


Text Example

White with #48B820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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