Html Css Color HEX #4DFA2D Harlequin

📋 copy color: '#4DFA2D'

red 77 ◦ green 250 ◦ blue 45

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

Shades of Harlequin #4DFA2D

Tints of Harlequin #4DFA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.1%

R = 20.7%
G = 67.2%
B = 12.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#4DFA2D (or 0x4DFA2D) is known color: Harlequin. HEX triplet: 4D, FA and 2D. RGB value is (77,250,45). Sum of RGB (Red+Green+Blue) = 77+250+45=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 250 (98.05% from 255 or 67.20% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA2D is #B205D2. Grayscale: #AFAFAF. Windows color (decimal): -11666899 or 3013197. OLE color: 3013197.

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

Color convert

RGB 77 250 45 -
CMYK 0.69 0 0.82 0.02
HSL 110.63º 0.95% 0.58% -
HSV(B) 110.63º 0.82% 0.98% -
XYZ 37.72 70.14 14.03 -
YUV 174.9 54.69 58.17 -
System Red Green Blue C M Y K H S L
Decimal 77 250 45 0.69 0 0.82 0.02 110.63 0.95 0.58
Hex 4D FA 2D 45 0 52 2 6F 5F 3A
Octal 115 372 55 105 0 122 2 157 137 72
Binary 1001101 11111010 101101 1000101 0 1010010 10 1101111 1011111 111010

Color Harmonies of #4DFA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA2D

Black with #4DFA2D

Text Example


Text Example

White with #4DFA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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