Html Css Color HEX #4EFD13 Harlequin

📋 copy color: '#4EFD13'

red 78 ◦ green 253 ◦ blue 19

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

Shades of Harlequin #4EFD13

Tints of Harlequin #4EFD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 22.29%
G = 72.29%
B = 5.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#4EFD13 (or 0x4EFD13) is known color: Harlequin. HEX triplet: 4E, FD and 13. RGB value is (78,253,19). Sum of RGB (Red+Green+Blue) = 78+253+19=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 253 (99.22% from 255 or 72.29% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFD13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFD13 is #B102EC. Grayscale: #AEAEAE. Windows color (decimal): -11600621 or 1310030. OLE color: 1310030.

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

Color convert

RGB 78 253 19 -
CMYK 0.69 0 0.92 0.01
HSL 104.87º 0.98% 0.53% -
HSV(B) 104.87º 0.92% 0.99% -
XYZ 38.38 71.92 12.47 -
YUV 174 40.52 59.53 -
System Red Green Blue C M Y K H S L
Decimal 78 253 19 0.69 0 0.92 0.01 104.87 0.98 0.53
Hex 4E FD 13 45 0 5C 1 69 62 35
Octal 116 375 23 105 0 134 1 151 142 65
Binary 1001110 11111101 10011 1000101 0 1011100 1 1101001 1100010 110101

Color Harmonies of #4EFD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFD13

Black with #4EFD13

Text Example


Text Example

White with #4EFD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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