#4BE313

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

Shades of Harlequin #4BE313

Tints of Harlequin #4BE313

Color information

#4BE313 (or 0x4BE313) is unknown color: approx Harlequin. HEX triplet: 4B, E3 and 13. RGB value is (75,227,19). Sum of RGB (Red+Green+Blue) = 75+227+19=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 227 (89.06% from 255 or 70.72% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 227 - color contains mainly: green. Hex color #4BE313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BE313 is #B41CEC. Grayscale: #9E9E9E. Windows color (decimal): -11803885 or 1303371. OLE color: 1303371.

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

Color convert

RGB7522719-
CMYK0.6700.920.11
HSL103.85º84.55%48.24%-
HSV(B)103.85º91.63%89.02%-
XYZ30.4956.489.91-
YUV157.8449.6468.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.36%
GREEN value IS 227 (89.06% from 255) = 70.72%
BLUE value IS 19 (7.81% from 255) = 5.92%
R=23.36%
G=70.72%
B=5.92%

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
Decimal75227190.6700.920.11103.8584.5548.24
Hex4BE3134305CB685530
Octal1133432310301341315012560
Binary10010111110001110011100001101011100101111010001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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