Html Css Color HEX #4DFC05 Harlequin

📋 copy color: '#4DFC05'

red 77 ◦ green 252 ◦ blue 5

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

Shades of Harlequin #4DFC05

Tints of Harlequin #4DFC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 23.05%
G = 75.45%
B = 1.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#4DFC05 (or 0x4DFC05) is known color: Harlequin. HEX triplet: 4D, FC and 05. RGB value is (77,252,5). Sum of RGB (Red+Green+Blue) = 77+252+5=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 252 (98.83% from 255 or 75.45% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFC05 is #B203FA. Grayscale: #ACACAC. Windows color (decimal): -11666427 or 392269. OLE color: 392269.

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

Color convert

RGB 77 252 5 -
CMYK 0.69 0 0.98 0.01
HSL 102.51º 0.98% 0.5% -
HSV(B) 102.51º 0.98% 0.99% -
XYZ 37.9 71.21 11.89 -
YUV 171.52 34.02 60.58 -
System Red Green Blue C M Y K H S L
Decimal 77 252 5 0.69 0 0.98 0.01 102.51 0.98 0.5
Hex 4D FC 5 45 0 62 1 67 62 32
Octal 115 374 5 105 0 142 1 147 142 62
Binary 1001101 11111100 101 1000101 0 1100010 1 1100111 1100010 110010

Color Harmonies of #4DFC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFC05

Black with #4DFC05

Text Example


Text Example

White with #4DFC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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