Html Css Color HEX #4EF601 Harlequin

📋 copy color: '#4EF601'

red 78 ◦ green 246 ◦ blue 1

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

Shades of Harlequin #4EF601

Tints of Harlequin #4EF601

RGB

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

 GREEN value IS 246 (96.48% from 255) = 75.69%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 24%
G = 75.69%
B = 0.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#4EF601 (or 0x4EF601) is known color: Harlequin. HEX triplet: 4E, F6 and 01. RGB value is (78,246,1). Sum of RGB (Red+Green+Blue) = 78+246+1=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 246 (96.48% from 255 or 75.69% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 246 - color contains mainly: green. Hex color #4EF601 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF601 is #B109FE. Grayscale: #A8A8A8. Windows color (decimal): -11602431 or 128590. OLE color: 128590.

HSL color Cylindrical-coordinate representation of color #4EF601: hue angle of 101.14º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4EF601 is Cyan = 0.68, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 78 246 1 -
CMYK 0.68 0 1.00 0.04
HSL 101.14º 0.99% 0.48% -
HSV(B) 101.14º 1% 0.96% -
XYZ 36.1 67.53 11.16 -
YUV 167.84 33.84 63.92 -
System Red Green Blue C M Y K H S L
Decimal 78 246 1 0.68 0 1.00 0.04 101.14 0.99 0.48
Hex 4E F6 1 44 0 64 4 65 63 30
Octal 116 366 1 104 0 144 4 145 143 60
Binary 1001110 11110110 1 1000100 0 1100100 100 1100101 1100011 110000

Color Harmonies of #4EF601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF601

Black with #4EF601

Text Example


Text Example

White with #4EF601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,246,1); }

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

background-color css

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

 a { background-color: rgb(78,246,1); }

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

border-color css

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

 span { border-color: rgb(78,246,1); }

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