Html Css Color HEX #4DFE14 Harlequin

📋 copy color: '#4DFE14'

red 77 ◦ green 254 ◦ blue 20

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

Shades of Harlequin #4DFE14

Tints of Harlequin #4DFE14

RGB

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

 GREEN value IS 254 (99.61% from 255) = 72.36%

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

R = 21.94%
G = 72.36%
B = 5.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#4DFE14 (or 0x4DFE14) is known color: Harlequin. HEX triplet: 4D, FE and 14. RGB value is (77,254,20). Sum of RGB (Red+Green+Blue) = 77+254+20=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 254 (99.61% from 255 or 72.36% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFE14 is #B201EB. Grayscale: #AFAFAF. Windows color (decimal): -11665900 or 1375821. OLE color: 1375821.

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

Color convert

RGB 77 254 20 -
CMYK 0.70 0 0.92 0.00
HSL 105.38º 0.99% 0.54% -
HSV(B) 105.38º 0.92% 1% -
XYZ 38.63 72.51 12.62 -
YUV 174.4 40.86 58.53 -
System Red Green Blue C M Y K H S L
Decimal 77 254 20 0.70 0 0.92 0.00 105.38 0.99 0.54
Hex 4D FE 14 46 0 5C 0 69 63 36
Octal 115 376 24 106 0 134 0 151 143 66
Binary 1001101 11111110 10100 1000110 0 1011100 0 1101001 1100011 110110

Color Harmonies of #4DFE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFE14

Black with #4DFE14

Text Example


Text Example

White with #4DFE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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