#48E310

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

Shades of Harlequin #48E310

Tints of Harlequin #48E310

Color information

#48E310 (or 0x48E310) is unknown color: approx Harlequin. HEX triplet: 48, E3 and 10. RGB value is (72,227,16). Sum of RGB (Red+Green+Blue) = 72+227+16=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 227 (89.06% from 255 or 72.06% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 227 - color contains mainly: green. Hex color #48E310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E310 is #B71CEF. Grayscale: #9D9D9D. Windows color (decimal): -12000496 or 1106760. OLE color: 1106760.

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

Color convert

RGB7222716-
CMYK0.6800.930.11
HSL104.08º86.83%47.65%-
HSV(B)104.08º92.95%89.02%-
XYZ30.2456.359.77-
YUV156.648.6567.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 227 (89.06% from 255) = 72.06%
BLUE value IS 16 (6.64% from 255) = 5.08%
R=22.86%
G=72.06%
B=5.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal72227160.6800.930.11104.0886.8347.65
Hex48E3104405DB685730
Octal1103432010401351315012760
Binary10010001110001110000100010001011101101111010001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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