#48B716

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

Shades of Kelly Green #48B716

Tints of Kelly Green #48B716

Color information

#48B716 (or 0x48B716) is unknown color: approx Kelly Green. HEX triplet: 48, B7 and 16. RGB value is (72,183,22). Sum of RGB (Red+Green+Blue) = 72+183+22=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 183 (71.88% from 255 or 66.06% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 183 - color contains mainly: green. Hex color #48B716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B716 is #B748E9. Grayscale: #838383. Windows color (decimal): -12011754 or 1488712. OLE color: 1488712.

HSL color Cylindrical-coordinate representation of color #48B716: hue angle of 101.37º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48B716 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB7218322-
CMYK0.6100.880.28
HSL101.37º78.54%40.2%-
HSV(B)101.37º87.98%71.76%-
XYZ19.7535.36.53-
YUV131.4666.2385.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 183 (71.88% from 255) = 66.06%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=25.99%
G=66.06%
B=7.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72183220.6100.880.28101.3778.5440.2
Hex48B7163D0581C654f28
Octal110267267501303414511750
Binary10010001011011110110111101010110001110011001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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