#4DE70F

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

Shades of Harlequin #4DE70F

Tints of Harlequin #4DE70F

Color information

#4DE70F (or 0x4DE70F) is unknown color: approx Harlequin. HEX triplet: 4D, E7 and 0F. RGB value is (77,231,15). Sum of RGB (Red+Green+Blue) = 77+231+15=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 231 (90.62% from 255 or 71.52% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 231 - color contains mainly: green. Hex color #4DE70F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DE70F is #B218F0. Grayscale: #A1A1A1. Windows color (decimal): -11671793 or 1042253. OLE color: 1042253.

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

Color convert

RGB7723115-
CMYK0.6700.940.09
HSL102.78º87.8%48.24%-
HSV(B)102.78º93.51%90.59%-
XYZ31.7258.7610.12-
YUV160.3345.9868.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.84%
GREEN value IS 231 (90.62% from 255) = 71.52%
BLUE value IS 15 (6.25% from 255) = 4.64%
R=23.84%
G=71.52%
B=4.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal77231150.6700.940.09102.7887.848.24
Hex4DE7F4305E9675830
Octal1153471710301361114713060
Binary1001101111001111111100001101011110100111001111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DE70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,231,15); }

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

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

 a { background-color: rgb(77,231,15); }

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

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

 span { border-color: rgb(77,231,15); }

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