#48E514

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

Shades of Harlequin #48E514

Tints of Harlequin #48E514

Color information

#48E514 (or 0x48E514) is unknown color: approx Harlequin. HEX triplet: 48, E5 and 14. RGB value is (72,229,20). Sum of RGB (Red+Green+Blue) = 72+229+20=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 229 (89.84% from 255 or 71.34% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 229 - color contains mainly: green. Hex color #48E514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E514 is #B71AEB. Grayscale: #9E9E9E. Windows color (decimal): -11999980 or 1369416. OLE color: 1369416.

HSL color Cylindrical-coordinate representation of color #48E514: hue angle of 105.07º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48E514 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB7222920-
CMYK0.6900.910.10
HSL105.07º83.94%48.82%-
HSV(B)105.07º91.27%89.8%-
XYZ30.8257.4710.13-
YUV158.2349.9966.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.43%
GREEN value IS 229 (89.84% from 255) = 71.34%
BLUE value IS 20 (8.20% from 255) = 6.23%
R=22.43%
G=71.34%
B=6.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal72229200.6900.910.10105.0783.9448.82
Hex48E5144505BA695431
Octal1103452410501331215112461
Binary10010001110010110100100010101011011101011010011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,229,20); }

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

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

 a { background-color: rgb(72,229,20); }

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

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

 span { border-color: rgb(72,229,20); }

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