Html Css Color HEX #4DFC13 Harlequin

📋 copy color: '#4DFC13'

red 77 ◦ green 252 ◦ blue 19

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

Shades of Harlequin #4DFC13

Tints of Harlequin #4DFC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.46%

R = 22.13%
G = 72.41%
B = 5.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#4DFC13 (or 0x4DFC13) is known color: Harlequin. HEX triplet: 4D, FC and 13. RGB value is (77,252,19). Sum of RGB (Red+Green+Blue) = 77+252+19=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 252 (98.83% from 255 or 72.41% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFC13 is #B203EC. Grayscale: #ADADAD. Windows color (decimal): -11666413 or 1309773. OLE color: 1309773.

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

Color convert

RGB 77 252 19 -
CMYK 0.69 0 0.92 0.01
HSL 105.06º 0.97% 0.53% -
HSV(B) 105.06º 0.92% 0.99% -
XYZ 37.99 71.25 12.37 -
YUV 173.11 41.02 59.45 -
System Red Green Blue C M Y K H S L
Decimal 77 252 19 0.69 0 0.92 0.01 105.06 0.97 0.53
Hex 4D FC 13 45 0 5C 1 69 61 35
Octal 115 374 23 105 0 134 1 151 141 65
Binary 1001101 11111100 10011 1000101 0 1011100 1 1101001 1100001 110101

Color Harmonies of #4DFC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFC13

Black with #4DFC13

Text Example


Text Example

White with #4DFC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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