#4BE213

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

Shades of Harlequin #4BE213

Tints of Harlequin #4BE213

Color information

#4BE213 (or 0x4BE213) is unknown color: approx Harlequin. HEX triplet: 4B, E2 and 13. RGB value is (75,226,19). Sum of RGB (Red+Green+Blue) = 75+226+19=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 226 (88.67% from 255 or 70.62% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 226 - color contains mainly: green. Hex color #4BE213 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BE213 is #B41DEC. Grayscale: #9D9D9D. Windows color (decimal): -11804141 or 1303115. OLE color: 1303115.

HSL color Cylindrical-coordinate representation of color #4BE213: hue angle of 103.77º degrees, saturation: 0.84, 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 #4BE213 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB7522619-
CMYK0.6700.920.11
HSL103.77º84.49%48.04%-
HSV(B)103.77º91.59%88.63%-
XYZ30.2255.949.82-
YUV157.2549.9769.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.44%
GREEN value IS 226 (88.67% from 255) = 70.62%
BLUE value IS 19 (7.81% from 255) = 5.94%
R=23.44%
G=70.62%
B=5.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal75226190.6700.920.11103.7784.4948.04
Hex4BE2134305CB685430
Octal1133422310301341315012460
Binary10010111110001010011100001101011100101111010001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BE213; }

 p { color: rgb(75,226,19); }

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

<style>
 a { background-color: #4BE213; }

 a { background-color: rgb(75,226,19); }

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

<style>
 span { border-color: #4BE213; }

 span { border-color: rgb(75,226,19); }

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