Html Css Color HEX #4DFA0E Harlequin

📋 copy color: '#4DFA0E'

red 77 ◦ green 250 ◦ blue 14

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

Shades of Harlequin #4DFA0E

Tints of Harlequin #4DFA0E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 73.31%

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

R = 22.58%
G = 73.31%
B = 4.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#4DFA0E (or 0x4DFA0E) is known color: Harlequin. HEX triplet: 4D, FA and 0E. RGB value is (77,250,14). Sum of RGB (Red+Green+Blue) = 77+250+14=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 250 (98.05% from 255 or 73.31% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFA0E is #B205F1. Grayscale: #ACACAC. Windows color (decimal): -11666930 or 981581. OLE color: 981581.

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

Color convert

RGB 77 250 14 -
CMYK 0.69 0 0.94 0.02
HSL 103.98º 0.96% 0.52% -
HSV(B) 103.98º 0.94% 0.98% -
XYZ 37.33 69.98 11.96 -
YUV 171.37 39.19 60.69 -
System Red Green Blue C M Y K H S L
Decimal 77 250 14 0.69 0 0.94 0.02 103.98 0.96 0.52
Hex 4D FA E 45 0 5E 2 68 60 34
Octal 115 372 16 105 0 136 2 150 140 64
Binary 1001101 11111010 1110 1000101 0 1011110 10 1101000 1100000 110100

Color Harmonies of #4DFA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA0E

Black with #4DFA0E

Text Example


Text Example

White with #4DFA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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