Html Css Color HEX #4EFD16 Harlequin

📋 copy color: '#4EFD16'

red 78 ◦ green 253 ◦ blue 22

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

Shades of Harlequin #4EFD16

Tints of Harlequin #4EFD16

RGB

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

 GREEN value IS 253 (99.22% from 255) = 71.67%

 BLUE value IS 22 (8.98% from 255) = 6.23%

R = 22.1%
G = 71.67%
B = 6.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#4EFD16 (or 0x4EFD16) is known color: Harlequin. HEX triplet: 4E, FD and 16. RGB value is (78,253,22). Sum of RGB (Red+Green+Blue) = 78+253+22=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 253 (99.22% from 255 or 71.67% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFD16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFD16 is #B102E9. Grayscale: #AFAFAF. Windows color (decimal): -11600618 or 1506638. OLE color: 1506638.

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

Color convert

RGB 78 253 22 -
CMYK 0.69 0 0.91 0.01
HSL 105.45º 0.98% 0.54% -
HSV(B) 105.45º 0.91% 0.99% -
XYZ 38.41 71.93 12.62 -
YUV 174.34 42.02 59.28 -
System Red Green Blue C M Y K H S L
Decimal 78 253 22 0.69 0 0.91 0.01 105.45 0.98 0.54
Hex 4E FD 16 45 0 5B 1 69 62 36
Octal 116 375 26 105 0 133 1 151 142 66
Binary 1001110 11111101 10110 1000101 0 1011011 1 1101001 1100010 110110

Color Harmonies of #4EFD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFD16

Black with #4EFD16

Text Example


Text Example

White with #4EFD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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