#4DEB1A

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

Shades of Harlequin #4DEB1A

Tints of Harlequin #4DEB1A

Color information

#4DEB1A (or 0x4DEB1A) is unknown color: approx Harlequin. HEX triplet: 4D, EB and 1A. RGB value is (77,235,26). Sum of RGB (Red+Green+Blue) = 77+235+26=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 235 (92.19% from 255 or 69.53% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEB1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEB1A is #B214E5. Grayscale: #A4A4A4. Windows color (decimal): -11670758 or 1764173. OLE color: 1764173.

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

Color convert

RGB7723526-
CMYK0.6700.890.08
HSL105.36º83.94%51.18%-
HSV(B)105.36º88.94%92.16%-
XYZ32.9661.0711.03-
YUV163.9350.1565.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.78%
GREEN value IS 235 (92.19% from 255) = 69.53%
BLUE value IS 26 (10.55% from 255) = 7.69%
R=22.78%
G=69.53%
B=7.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal77235260.6700.890.08105.3683.9451.18
Hex4DEB1A430598695433
Octal1153533210301311015112463
Binary10011011110101111010100001101011001100011010011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,235,26); }

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

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

 a { background-color: rgb(77,235,26); }

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

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

 span { border-color: rgb(77,235,26); }

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