#48C207

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

Shades of Kelly Green #48C207

Tints of Kelly Green #48C207

Color information

#48C207 (or 0x48C207) is unknown color: approx Kelly Green. HEX triplet: 48, C2 and 07. RGB value is (72,194,7). Sum of RGB (Red+Green+Blue) = 72+194+7=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 194 (76.17% from 255 or 71.06% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 194 - color contains mainly: green. Hex color #48C207 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C207 is #B73DF8. Grayscale: #888888. Windows color (decimal): -12008953 or 508488. OLE color: 508488.

HSL color Cylindrical-coordinate representation of color #48C207: hue angle of 99.14º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48C207 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB721947-
CMYK0.6300.960.24
HSL99.14º93.03%39.41%-
HSV(B)99.14º96.39%76.08%-
XYZ2239.986.76-
YUV136.255.0882.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 194 (76.17% from 255) = 71.06%
BLUE value IS 7 (3.12% from 255) = 2.56%
R=26.37%
G=71.06%
B=2.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7219470.6300.960.2499.1493.0339.41
Hex48C273F06018635d27
Octal11030277701403014313547
Binary100100011000010111111111011000001100011000111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,194,7); }

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

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

 a { background-color: rgb(72,194,7); }

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

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

 span { border-color: rgb(72,194,7); }

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