Html Css Color HEX #4DFE0E Harlequin

📋 copy color: '#4DFE0E'

red 77 ◦ green 254 ◦ blue 14

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

Shades of Harlequin #4DFE0E

Tints of Harlequin #4DFE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 22.32%
G = 73.62%
B = 4.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#4DFE0E (or 0x4DFE0E) is known color: Harlequin. HEX triplet: 4D, FE and 0E. RGB value is (77,254,14). Sum of RGB (Red+Green+Blue) = 77+254+14=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 254 (99.61% from 255 or 73.62% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFE0E is #B201F1. Grayscale: #AEAEAE. Windows color (decimal): -11665906 or 982605. OLE color: 982605.

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

Color convert

RGB 77 254 14 -
CMYK 0.70 0 0.94 0.00
HSL 104.25º 0.99% 0.53% -
HSV(B) 104.25º 0.94% 1% -
XYZ 38.58 72.49 12.37 -
YUV 173.72 37.86 59.01 -
System Red Green Blue C M Y K H S L
Decimal 77 254 14 0.70 0 0.94 0.00 104.25 0.99 0.53
Hex 4D FE E 46 0 5E 0 68 63 35
Octal 115 376 16 106 0 136 0 150 143 65
Binary 1001101 11111110 1110 1000110 0 1011110 0 1101000 1100011 110101

Color Harmonies of #4DFE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFE0E

Black with #4DFE0E

Text Example


Text Example

White with #4DFE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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