#48E206

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

Shades of Harlequin #48E206

Tints of Harlequin #48E206

Color information

#48E206 (or 0x48E206) is unknown color: approx Harlequin. HEX triplet: 48, E2 and 06. RGB value is (72,226,6). Sum of RGB (Red+Green+Blue) = 72+226+6=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 226 (88.67% from 255 or 74.34% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 226 - color contains mainly: green. Hex color #48E206 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E206 is #B71DF9. Grayscale: #9B9B9B. Windows color (decimal): -12000762 or 451144. OLE color: 451144.

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

Color convert

RGB722266-
CMYK0.6800.970.11
HSL102º94.83%45.49%-
HSV(B)102º97.35%88.63%-
XYZ29.955.789.36-
YUV154.8743.9868.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 226 (88.67% from 255) = 74.34%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=23.68%
G=74.34%
B=1.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal7222660.6800.970.1110294.8345.49
Hex48E2644061B665f2d
Octal110342610401411314613755
Binary100100011100010110100010001100001101111001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,226,6); }

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

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

 a { background-color: rgb(72,226,6); }

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

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

 span { border-color: rgb(72,226,6); }

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