Html Css Color HEX #4DFC2D Harlequin

📋 copy color: '#4DFC2D'

red 77 ◦ green 252 ◦ blue 45

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

Shades of Harlequin #4DFC2D

Tints of Harlequin #4DFC2D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 67.38%

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

R = 20.59%
G = 67.38%
B = 12.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#4DFC2D (or 0x4DFC2D) is known color: Harlequin. HEX triplet: 4D, FC and 2D. RGB value is (77,252,45). Sum of RGB (Red+Green+Blue) = 77+252+45=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 252 (98.83% from 255 or 67.38% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFC2D is #B203D2. Grayscale: #B0B0B0. Windows color (decimal): -11666387 or 3013709. OLE color: 3013709.

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

Color convert

RGB 77 252 45 -
CMYK 0.69 0 0.82 0.01
HSL 110.72º 0.97% 0.58% -
HSV(B) 110.72º 0.82% 0.99% -
XYZ 38.34 71.39 14.24 -
YUV 176.08 54.02 57.33 -
System Red Green Blue C M Y K H S L
Decimal 77 252 45 0.69 0 0.82 0.01 110.72 0.97 0.58
Hex 4D FC 2D 45 0 52 1 6F 61 3A
Octal 115 374 55 105 0 122 1 157 141 72
Binary 1001101 11111100 101101 1000101 0 1010010 1 1101111 1100001 111010

Color Harmonies of #4DFC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFC2D

Black with #4DFC2D

Text Example


Text Example

White with #4DFC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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