#48DF1B

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

Shades of Kelly Green #48DF1B

Tints of Kelly Green #48DF1B

Color information

#48DF1B (or 0x48DF1B) is unknown color: approx Kelly Green. HEX triplet: 48, DF and 1B. RGB value is (72,223,27). Sum of RGB (Red+Green+Blue) = 72+223+27=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF1B is #B720E4. Grayscale: #9C9C9C. Windows color (decimal): -12001509 or 1826632. OLE color: 1826632.

HSL color Cylindrical-coordinate representation of color #48DF1B: hue angle of 106.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48DF1B is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB7222327-
CMYK0.6800.880.13
HSL106.22º78.4%49.02%-
HSV(B)106.22º87.89%87.45%-
XYZ29.2654.239.96-
YUV155.5155.4768.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 223 (87.5% from 255) = 69.25%
BLUE value IS 27 (10.94% from 255) = 8.39%
R=22.36%
G=69.25%
B=8.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72223270.6800.880.13106.2278.449.02
Hex48DF1B44058D6a4e31
Octal1103373310401301515211661
Binary10010001101111111011100010001011000110111010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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