Html Css Color HEX #4DFA2C Harlequin

📋 copy color: '#4DFA2C'

red 77 ◦ green 250 ◦ blue 44

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

Shades of Harlequin #4DFA2C

Tints of Harlequin #4DFA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.86%

R = 20.75%
G = 67.39%
B = 11.86%

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

#4DFA2C (or 0x4DFA2C) is known color: Harlequin. HEX triplet: 4D, FA and 2C. RGB value is (77,250,44). Sum of RGB (Red+Green+Blue) = 77+250+44=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA2C is #B205D3. Grayscale: #AFAFAF. Windows color (decimal): -11666900 or 2947661. OLE color: 2947661.

HSL color Cylindrical-coordinate representation of color #4DFA2C: hue angle of 110.39º 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 #4DFA2C is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 44 -
CMYK 0.69 0 0.82 0.02
HSL 110.39º 0.95% 0.58% -
HSV(B) 110.39º 0.82% 0.98% -
XYZ 37.7 70.13 13.93 -
YUV 174.79 54.19 58.25 -
System Red Green Blue C M Y K H S L
Decimal 77 250 44 0.69 0 0.82 0.02 110.39 0.95 0.58
Hex 4D FA 2C 45 0 52 2 6E 5F 3A
Octal 115 372 54 105 0 122 2 156 137 72
Binary 1001101 11111010 101100 1000101 0 1010010 10 1101110 1011111 111010

Color Harmonies of #4DFA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA2C

Black with #4DFA2C

Text Example


Text Example

White with #4DFA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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