#4BE111

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

Shades of Harlequin #4BE111

Tints of Harlequin #4BE111

Color information

#4BE111 (or 0x4BE111) is unknown color: approx Harlequin. HEX triplet: 4B, E1 and 11. RGB value is (75,225,17). Sum of RGB (Red+Green+Blue) = 75+225+17=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 225 (88.28% from 255 or 70.98% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 225 - color contains mainly: green. Hex color #4BE111 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BE111 is #B41EEE. Grayscale: #9D9D9D. Windows color (decimal): -11804399 or 1171787. OLE color: 1171787.

HSL color Cylindrical-coordinate representation of color #4BE111: hue angle of 103.27º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4BE111 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB7522517-
CMYK0.6700.920.12
HSL103.27º85.95%47.45%-
HSV(B)103.27º92.44%88.24%-
XYZ29.9355.399.64-
YUV156.4449.3169.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.66%
GREEN value IS 225 (88.28% from 255) = 70.98%
BLUE value IS 17 (7.03% from 255) = 5.36%
R=23.66%
G=70.98%
B=5.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal75225170.6700.920.12103.2785.9547.45
Hex4BE1114305CC67562f
Octal1133412110301341414712657
Binary10010111110000110001100001101011100110011001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,225,17); }

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

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

 a { background-color: rgb(75,225,17); }

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

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

 span { border-color: rgb(75,225,17); }

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