Html Css Color HEX #4DF013 Harlequin

📋 copy color: '#4DF013'

red 77 ◦ green 240 ◦ blue 19

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

Shades of Harlequin #4DF013

Tints of Harlequin #4DF013

RGB

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

 GREEN value IS 240 (94.14% from 255) = 71.43%

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

R = 22.92%
G = 71.43%
B = 5.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#4DF013 (or 0x4DF013) is known color: Harlequin. HEX triplet: 4D, F0 and 13. RGB value is (77,240,19). Sum of RGB (Red+Green+Blue) = 77+240+19=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF013 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF013 is #B20FEC. Grayscale: #A6A6A6. Windows color (decimal): -11669485 or 1306701. OLE color: 1306701.

HSL color Cylindrical-coordinate representation of color #4DF013: hue angle of 104.25º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DF013 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 240 19 -
CMYK 0.68 0 0.92 0.06
HSL 104.25º 0.88% 0.51% -
HSV(B) 104.25º 0.92% 0.94% -
XYZ 34.34 63.94 11.15 -
YUV 166.07 45 64.47 -
System Red Green Blue C M Y K H S L
Decimal 77 240 19 0.68 0 0.92 0.06 104.25 0.88 0.51
Hex 4D F0 13 44 0 5C 6 68 58 33
Octal 115 360 23 104 0 134 6 150 130 63
Binary 1001101 11110000 10011 1000100 0 1011100 110 1101000 1011000 110011

Color Harmonies of #4DF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF013

Black with #4DF013

Text Example


Text Example

White with #4DF013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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