Html Css Color HEX #4EF207 Harlequin

📋 copy color: '#4EF207'

red 78 ◦ green 242 ◦ blue 7

#4EF207
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #4EF207

Tints of Harlequin #4EF207

RGB

 RED value IS 78 (30.86% from 255) = 23.85%

 GREEN value IS 242 (94.92% from 255) = 74.01%

 BLUE value IS 7 (3.13% from 255) = 2.14%

R = 23.85%
G = 74.01%
B = 2.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#4EF207 (or 0x4EF207) is known color: Harlequin. HEX triplet: 4E, F2 and 07. RGB value is (78,242,7). Sum of RGB (Red+Green+Blue) = 78+242+7=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 242 (94.92% from 255 or 74.01% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF207 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF207 is #B10DF8. Grayscale: #A6A6A6. Windows color (decimal): -11603449 or 520782. OLE color: 520782.

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

Color convert

RGB 78 242 7 -
CMYK 0.68 0 0.97 0.05
HSL 101.87º 0.94% 0.49% -
HSV(B) 101.87º 0.97% 0.95% -
XYZ 34.93 65.14 10.93 -
YUV 166.17 38.17 65.11 -
System Red Green Blue C M Y K H S L
Decimal 78 242 7 0.68 0 0.97 0.05 101.87 0.94 0.49
Hex 4E F2 7 44 0 61 5 66 5E 31
Octal 116 362 7 104 0 141 5 146 136 61
Binary 1001110 11110010 111 1000100 0 1100001 101 1100110 1011110 110001

Color Harmonies of #4EF207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF207

Black with #4EF207

Text Example


Text Example

White with #4EF207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,242,7); }

 H1.HeaderClassName
 {
   color: #4EF207;
 }
 .AnyTagClassName
 {
   color: #4EF207;
 }
</style>

background-color css

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

 a { background-color: rgb(78,242,7); }

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

border-color css

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

 span { border-color: rgb(78,242,7); }

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