#48EA22

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

Shades of Harlequin #48EA22

Tints of Harlequin #48EA22

Color information

#48EA22 (or 0x48EA22) is unknown color: approx Harlequin. HEX triplet: 48, EA and 22. RGB value is (72,234,34). Sum of RGB (Red+Green+Blue) = 72+234+34=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 234 (91.80% from 255 or 68.82% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EA22 is #B715DD. Grayscale: #A3A3A3. Windows color (decimal): -11998686 or 2288200. OLE color: 2288200.

HSL color Cylindrical-coordinate representation of color #48EA22: hue angle of 108.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48EA22 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB7223434-
CMYK0.6900.850.08
HSL108.6º82.64%52.55%-
HSV(B)108.6º85.47%91.76%-
XYZ32.3860.3411.45-
YUV162.7655.3363.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 234 (91.80% from 255) = 68.82%
BLUE value IS 34 (13.67% from 255) = 10%
R=21.18%
G=68.82%
B=10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72234340.6900.850.08108.682.6452.55
Hex48EA224505586d5335
Octal1103524210501251015512365
Binary100100011101010100010100010101010101100011011011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,234,34); }

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

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

 a { background-color: rgb(72,234,34); }

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

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

 span { border-color: rgb(72,234,34); }

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