#4DEA02

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

Shades of Harlequin #4DEA02

Tints of Harlequin #4DEA02

Color information

#4DEA02 (or 0x4DEA02) is unknown color: approx Harlequin. HEX triplet: 4D, EA and 02. RGB value is (77,234,2). Sum of RGB (Red+Green+Blue) = 77+234+2=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 234 (91.80% from 255 or 74.76% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 234 - color contains mainly: green. Hex color #4DEA02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEA02 is #B215FD. Grayscale: #A1A1A1. Windows color (decimal): -11671038 or 191053. OLE color: 191053.

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

Color convert

RGB772342-
CMYK0.6700.990.08
HSL100.6º98.31%46.27%-
HSV(B)100.6º99.15%91.76%-
XYZ32.4960.4310.01-
YUV160.6138.4968.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.60%
GREEN value IS 234 (91.80% from 255) = 74.76%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=24.60%
G=74.76%
B=0.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7723420.6700.990.08100.698.3146.27
Hex4DEA243063865622e
Octal115352210301431014514256
Binary10011011110101010100001101100011100011001011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,234,2); }

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

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

 a { background-color: rgb(77,234,2); }

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

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

 span { border-color: rgb(77,234,2); }

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