#4EFD06

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

Shades of Harlequin #4EFD06

Tints of Harlequin #4EFD06

Color information

#4EFD06 (or 0x4EFD06) is unknown color: approx Harlequin. HEX triplet: 4E, FD and 06. RGB value is (78,253,6). Sum of RGB (Red+Green+Blue) = 78+253+6=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 253 (99.22% from 255 or 75.07% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFD06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFD06 is #B102F9. Grayscale: #ADADAD. Windows color (decimal): -11600634 or 458062. OLE color: 458062.

HSL color Cylindrical-coordinate representation of color #4EFD06: hue angle of 102.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4EFD06 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB782536-
CMYK0.6900.980.01
HSL102.51º98.41%50.78%-
HSV(B)102.51º97.63%99.22%-
XYZ38.371.8812.03-
YUV172.5234.0260.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 253 (99.22% from 255) = 75.07%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=23.15%
G=75.07%
B=1.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal7825360.6900.980.01102.5198.4150.78
Hex4EFD6450621676233
Octal11637561050142114714263
Binary100111011111101110100010101100010111001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,253,6); }

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

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

 a { background-color: rgb(78,253,6); }

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

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

 span { border-color: rgb(78,253,6); }

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