#48E313

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

Shades of Harlequin #48E313

Tints of Harlequin #48E313

Color information

#48E313 (or 0x48E313) is unknown color: approx Harlequin. HEX triplet: 48, E3 and 13. RGB value is (72,227,19). Sum of RGB (Red+Green+Blue) = 72+227+19=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #48E313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E313 is #B71CEC. Grayscale: #9D9D9D. Windows color (decimal): -12000493 or 1303368. OLE color: 1303368.

HSL color Cylindrical-coordinate representation of color #48E313: hue angle of 104.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48E313 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB7222719-
CMYK0.6800.920.11
HSL104.71º84.55%48.24%-
HSV(B)104.71º91.63%89.02%-
XYZ30.2656.369.9-
YUV156.9450.1567.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 227 (89.06% from 255) = 71.38%
BLUE value IS 19 (7.81% from 255) = 5.97%
R=22.64%
G=71.38%
B=5.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal72227190.6800.920.11104.7184.5548.24
Hex48E3134405CB695530
Octal1103432310401341315112560
Binary10010001110001110011100010001011100101111010011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,227,19); }

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

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

 a { background-color: rgb(72,227,19); }

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

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

 span { border-color: rgb(72,227,19); }

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