#48C01F

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

Shades of Kelly Green #48C01F

Tints of Kelly Green #48C01F

Color information

#48C01F (or 0x48C01F) is unknown color: approx Kelly Green. HEX triplet: 48, C0 and 1F. RGB value is (72,192,31). Sum of RGB (Red+Green+Blue) = 72+192+31=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #48C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C01F is #B73FE0. Grayscale: #8A8A8A. Windows color (decimal): -12009441 or 2080840. OLE color: 2080840.

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

Color convert

RGB7219231-
CMYK0.6300.840.25
HSL104.72º72.2%43.73%-
HSV(B)104.72º83.85%75.29%-
XYZ21.7739.187.71-
YUV137.7767.7481.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 192 (75.39% from 255) = 65.08%
BLUE value IS 31 (12.5% from 255) = 10.51%
R=24.41%
G=65.08%
B=10.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72192310.6300.840.25104.7272.243.73
Hex48C01F3F0541969482c
Octal110300377701243115111054
Binary10010001100000011111111111010101001100111010011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,192,31); }

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

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

 a { background-color: rgb(72,192,31); }

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

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

 span { border-color: rgb(72,192,31); }

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