#48B51A

Color #48B51A Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #48B51A

Tints of Kelly Green #48B51A

Color information

#48B51A (or 0x48B51A) is unknown color: approx Kelly Green. HEX triplet: 48, B5 and 1A. RGB value is (72,181,26). Sum of RGB (Red+Green+Blue) = 72+181+26=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 181 (71.09% from 255 or 64.87% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 181 - color contains mainly: green. Hex color #48B51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B51A is #B74AE5. Grayscale: #838383. Windows color (decimal): -12012262 or 1750344. OLE color: 1750344.

HSL color Cylindrical-coordinate representation of color #48B51A: hue angle of 102.19º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48B51A is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB7218126-
CMYK0.6000.860.29
HSL102.19º74.88%40.59%-
HSV(B)102.19º85.64%70.98%-
XYZ19.3834.56.61-
YUV130.7468.8986.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 181 (71.09% from 255) = 64.87%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=25.81%
G=64.87%
B=9.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72181260.6000.860.29102.1974.8840.59
Hex48B51A3C0561D664b29
Octal110265327401263514611351
Binary10010001011010111010111100010101101110111001101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,181,26); }

 H1.HeaderClassName
 {
   color: #48B51A;
 }
 .AnyTagClassName
 {
   color: #48B51A;
 }
</style>
background-color css

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

 a { background-color: rgb(72,181,26); }

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

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

 span { border-color: rgb(72,181,26); }

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