#4DF12A

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

Shades of Harlequin #4DF12A

Tints of Harlequin #4DF12A

Color information

#4DF12A (or 0x4DF12A) is unknown color: approx Harlequin. HEX triplet: 4D, F1 and 2A. RGB value is (77,241,42). Sum of RGB (Red+Green+Blue) = 77+241+42=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF12A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF12A is #B20ED5. Grayscale: #A9A9A9. Windows color (decimal): -11669206 or 2814285. OLE color: 2814285.

HSL color Cylindrical-coordinate representation of color #4DF12A: hue angle of 109.45º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DF12A is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB7724142-
CMYK0.6800.830.05
HSL109.45º87.67%55.49%-
HSV(B)109.45º82.57%94.51%-
XYZ34.9364.6612.83-
YUV169.2856.1762.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 241 (94.53% from 255) = 66.94%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=21.39%
G=66.94%
B=11.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal77241420.6800.830.05109.4587.6755.49
Hex4DF12A4405356d5837
Octal115361521040123515513067
Binary10011011111000110101010001000101001110111011011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,241,42); }

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

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

 a { background-color: rgb(77,241,42); }

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

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

 span { border-color: rgb(77,241,42); }

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