#4BE314

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

Shades of Harlequin #4BE314

Tints of Harlequin #4BE314

Color information

#4BE314 (or 0x4BE314) is unknown color: approx Harlequin. HEX triplet: 4B, E3 and 14. RGB value is (75,227,20). Sum of RGB (Red+Green+Blue) = 75+227+20=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 227 (89.06% from 255 or 70.50% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 227 - color contains mainly: green. Hex color #4BE314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BE314 is #B41CEB. Grayscale: #9E9E9E. Windows color (decimal): -11803884 or 1368907. OLE color: 1368907.

HSL color Cylindrical-coordinate representation of color #4BE314: hue angle of 104.06º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BE314 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB7522720-
CMYK0.6700.910.11
HSL104.06º83.81%48.43%-
HSV(B)104.06º91.19%89.02%-
XYZ30.556.489.96-
YUV157.9550.1468.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.29%
GREEN value IS 227 (89.06% from 255) = 70.50%
BLUE value IS 20 (8.20% from 255) = 6.21%
R=23.29%
G=70.50%
B=6.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal75227200.6700.910.11104.0683.8148.43
Hex4BE3144305BB685430
Octal1133432410301331315012460
Binary10010111110001110100100001101011011101111010001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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