#48df17

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

Shades of Kelly Green #48DF17

Tints of Kelly Green #48DF17

Color information

#48DF17 (or 0x48DF17) is unknown color: approx Kelly Green. HEX triplet: 48, DF and 17. RGB value is (72,223,23). Sum of RGB (Red+Green+Blue) = 72+223+23=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 223 (87.5% from 255 or 70.13% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DF17 is #B720E8. Grayscale: #9B9B9B. Windows color (decimal): -12001513 or 1564488. OLE color: 1564488.

HSL color Cylindrical-coordinate representation of color #48DF17: hue angle of 105.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48DF17 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB7222323-
CMYK0.6800.900.13
HSL105.3º81.3%48.24%-
HSV(B)105.3º89.69%87.45%-
XYZ29.2154.219.74-
YUV155.0553.4768.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 223 (87.5% from 255) = 70.13%
BLUE value IS 23 (9.38% from 255) = 7.23%
R=22.64%
G=70.13%
B=7.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72223230.6800.900.13105.381.348.24
Hex48DF174405AD695130
Octal1103372710401321515112160
Binary10010001101111110111100010001011010110111010011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48df17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,223,23); }

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

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

 a { background-color: rgb(72,223,23); }

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

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

 span { border-color: rgb(72,223,23); }

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