#4DEE08

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

Shades of Harlequin #4DEE08

Tints of Harlequin #4DEE08

Color information

#4DEE08 (or 0x4DEE08) is unknown color: approx Harlequin. HEX triplet: 4D, EE and 08. RGB value is (77,238,8). Sum of RGB (Red+Green+Blue) = 77+238+8=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 238 (93.36% from 255 or 73.68% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEE08 is #B211F7. Grayscale: #A4A4A4. Windows color (decimal): -11670008 or 585293. OLE color: 585293.

HSL color Cylindrical-coordinate representation of color #4DEE08: hue angle of 102º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DEE08 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB772388-
CMYK0.6800.970.07
HSL102º93.5%48.24%-
HSV(B)102º96.64%93.33%-
XYZ33.6862.7410.57-
YUV163.6440.1666.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.84%
GREEN value IS 238 (93.36% from 255) = 73.68%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=23.84%
G=73.68%
B=2.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7723880.6800.970.0710293.548.24
Hex4DEE8440617665d30
Octal115356101040141714613560
Binary100110111101110100010001000110000111111001101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,238,8); }

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

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

 a { background-color: rgb(77,238,8); }

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

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

 span { border-color: rgb(77,238,8); }

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