#48BE12

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

Shades of Kelly Green #48BE12

Tints of Kelly Green #48BE12

Color information

#48BE12 (or 0x48BE12) is unknown color: approx Kelly Green. HEX triplet: 48, BE and 12. RGB value is (72,190,18). Sum of RGB (Red+Green+Blue) = 72+190+18=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 190 (74.61% from 255 or 67.86% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BE12 is #B741ED. Grayscale: #878787. Windows color (decimal): -12009966 or 1228360. OLE color: 1228360.

HSL color Cylindrical-coordinate representation of color #48BE12: hue angle of 101.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48BE12 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB7219018-
CMYK0.6200.910.25
HSL101.16º82.69%40.78%-
HSV(B)101.16º90.53%74.51%-
XYZ21.238.256.84-
YUV135.1161.9182.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 190 (74.61% from 255) = 67.86%
BLUE value IS 18 (7.42% from 255) = 6.43%
R=25.71%
G=67.86%
B=6.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72190180.6200.910.25101.1682.6940.78
Hex48BE123E05B19655329
Octal110276227601333114512351
Binary10010001011111010010111110010110111100111001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,190,18); }

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

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

 a { background-color: rgb(72,190,18); }

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

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

 span { border-color: rgb(72,190,18); }

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