Html Css Color HEX #4DFC10 Harlequin

📋 copy color: '#4DFC10'

red 77 ◦ green 252 ◦ blue 16

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

Shades of Harlequin #4DFC10

Tints of Harlequin #4DFC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.64%

R = 22.32%
G = 73.04%
B = 4.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#4DFC10 (or 0x4DFC10) is known color: Harlequin. HEX triplet: 4D, FC and 10. RGB value is (77,252,16). Sum of RGB (Red+Green+Blue) = 77+252+16=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 252 (98.83% from 255 or 73.04% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFC10 is #B203EF. Grayscale: #ADADAD. Windows color (decimal): -11666416 or 1113165. OLE color: 1113165.

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

Color convert

RGB 77 252 16 -
CMYK 0.69 0 0.94 0.01
HSL 104.49º 0.98% 0.53% -
HSV(B) 104.49º 0.94% 0.99% -
XYZ 37.96 71.24 12.24 -
YUV 172.77 39.52 59.69 -
System Red Green Blue C M Y K H S L
Decimal 77 252 16 0.69 0 0.94 0.01 104.49 0.98 0.53
Hex 4D FC 10 45 0 5E 1 68 62 35
Octal 115 374 20 105 0 136 1 150 142 65
Binary 1001101 11111100 10000 1000101 0 1011110 1 1101000 1100010 110101

Color Harmonies of #4DFC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFC10

Black with #4DFC10

Text Example


Text Example

White with #4DFC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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