Html Css Color HEX #4DFA0D Harlequin

📋 copy color: '#4DFA0D'

red 77 ◦ green 250 ◦ blue 13

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

Shades of Harlequin #4DFA0D

Tints of Harlequin #4DFA0D

RGB

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

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

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

R = 22.65%
G = 73.53%
B = 3.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#4DFA0D (or 0x4DFA0D) is known color: Harlequin. HEX triplet: 4D, FA and 0D. RGB value is (77,250,13). Sum of RGB (Red+Green+Blue) = 77+250+13=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 250 (98.05% from 255 or 73.53% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFA0D is #B205F2. Grayscale: #ACACAC. Windows color (decimal): -11666931 or 916045. OLE color: 916045.

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

Color convert

RGB 77 250 13 -
CMYK 0.69 0 0.95 0.02
HSL 103.8º 0.96% 0.52% -
HSV(B) 103.8º 0.95% 0.98% -
XYZ 37.32 69.98 11.92 -
YUV 171.26 38.69 60.77 -
System Red Green Blue C M Y K H S L
Decimal 77 250 13 0.69 0 0.95 0.02 103.8 0.96 0.52
Hex 4D FA D 45 0 5F 2 68 60 34
Octal 115 372 15 105 0 137 2 150 140 64
Binary 1001101 11111010 1101 1000101 0 1011111 10 1101000 1100000 110100

Color Harmonies of #4DFA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA0D

Black with #4DFA0D

Text Example


Text Example

White with #4DFA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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