Html Css Color HEX #4DFD14 Harlequin

📋 copy color: '#4DFD14'

red 77 ◦ green 253 ◦ blue 20

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

Shades of Harlequin #4DFD14

Tints of Harlequin #4DFD14

RGB

 RED value IS 77 (30.47% from 255) = 22%

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

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 22%
G = 72.29%
B = 5.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#4DFD14 (or 0x4DFD14) is known color: Harlequin. HEX triplet: 4D, FD and 14. RGB value is (77,253,20). Sum of RGB (Red+Green+Blue) = 77+253+20=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 253 (99.22% from 255 or 72.29% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFD14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFD14 is #B202EB. Grayscale: #AEAEAE. Windows color (decimal): -11666156 or 1375565. OLE color: 1375565.

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

Color convert

RGB 77 253 20 -
CMYK 0.70 0 0.92 0.01
HSL 105.32º 0.98% 0.54% -
HSV(B) 105.32º 0.92% 0.99% -
XYZ 38.31 71.88 12.52 -
YUV 173.81 41.19 58.95 -
System Red Green Blue C M Y K H S L
Decimal 77 253 20 0.70 0 0.92 0.01 105.32 0.98 0.54
Hex 4D FD 14 46 0 5C 1 69 62 36
Octal 115 375 24 106 0 134 1 151 142 66
Binary 1001101 11111101 10100 1000110 0 1011100 1 1101001 1100010 110110

Color Harmonies of #4DFD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFD14

Black with #4DFD14

Text Example


Text Example

White with #4DFD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,253,20); }

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

background-color css

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

 a { background-color: rgb(77,253,20); }

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

border-color css

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

 span { border-color: rgb(77,253,20); }

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