#48C916

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

Shades of Kelly Green #48C916

Tints of Kelly Green #48C916

Color information

#48C916 (or 0x48C916) is unknown color: approx Kelly Green. HEX triplet: 48, C9 and 16. RGB value is (72,201,22). Sum of RGB (Red+Green+Blue) = 72+201+22=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #48C916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C916 is #B736E9. Grayscale: #8E8E8E. Windows color (decimal): -12007146 or 1493320. OLE color: 1493320.

HSL color Cylindrical-coordinate representation of color #48C916: hue angle of 103.24º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48C916 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB7220122-
CMYK0.6400.890.21
HSL103.24º80.27%43.73%-
HSV(B)103.24º89.05%78.82%-
XYZ23.743.217.85-
YUV142.0260.2678.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 201 (78.91% from 255) = 68.14%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=24.41%
G=68.14%
B=7.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72201220.6400.890.21103.2480.2743.73
Hex48C916400591567502c
Octal1103112610001312514712054
Binary100100011001001101101000000010110011010111001111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,201,22); }

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

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

 a { background-color: rgb(72,201,22); }

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

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

 span { border-color: rgb(72,201,22); }

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