#48C419

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

Shades of Kelly Green #48C419

Tints of Kelly Green #48C419

Color information

#48C419 (or 0x48C419) is unknown color: approx Kelly Green. HEX triplet: 48, C4 and 19. RGB value is (72,196,25). Sum of RGB (Red+Green+Blue) = 72+196+25=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 196 (76.95% from 255 or 66.89% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 196 - color contains mainly: green. Hex color #48C419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C419 is #B73BE6. Grayscale: #8B8B8B. Windows color (decimal): -12008423 or 1688648. OLE color: 1688648.

HSL color Cylindrical-coordinate representation of color #48C419: hue angle of 103.51º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48C419 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB7219625-
CMYK0.6300.870.23
HSL103.51º77.38%43.33%-
HSV(B)103.51º87.24%76.86%-
XYZ22.5940.937.63-
YUV139.4363.4279.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 196 (76.95% from 255) = 66.89%
BLUE value IS 25 (10.16% from 255) = 8.53%
R=24.57%
G=66.89%
B=8.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal72196250.6300.870.23103.5177.3843.33
Hex48C4193F05717684d2b
Octal110304317701272715011553
Binary10010001100010011001111111010101111011111010001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,196,25); }

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

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

 a { background-color: rgb(72,196,25); }

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

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

 span { border-color: rgb(72,196,25); }

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