Html Css Color HEX #4EFD0D Harlequin

📋 copy color: '#4EFD0D'

red 78 ◦ green 253 ◦ blue 13

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

Shades of Harlequin #4EFD0D

Tints of Harlequin #4EFD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.78%

R = 22.67%
G = 73.55%
B = 3.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#4EFD0D (or 0x4EFD0D) is known color: Harlequin. HEX triplet: 4E, FD and 0D. RGB value is (78,253,13). Sum of RGB (Red+Green+Blue) = 78+253+13=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 253 (99.22% from 255 or 73.55% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFD0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFD0D is #B102F2. Grayscale: #AEAEAE. Windows color (decimal): -11600627 or 916814. OLE color: 916814.

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

Color convert

RGB 78 253 13 -
CMYK 0.69 0 0.95 0.01
HSL 103.75º 0.98% 0.52% -
HSV(B) 103.75º 0.95% 0.99% -
XYZ 38.34 71.9 12.24 -
YUV 173.32 37.52 60.01 -
System Red Green Blue C M Y K H S L
Decimal 78 253 13 0.69 0 0.95 0.01 103.75 0.98 0.52
Hex 4E FD D 45 0 5F 1 68 62 34
Octal 116 375 15 105 0 137 1 150 142 64
Binary 1001110 11111101 1101 1000101 0 1011111 1 1101000 1100010 110100

Color Harmonies of #4EFD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFD0D

Black with #4EFD0D

Text Example


Text Example

White with #4EFD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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