Html Css Color HEX #4DF918 Harlequin

📋 copy color: '#4DF918'

red 77 ◦ green 249 ◦ blue 24

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

Shades of Harlequin #4DF918

Tints of Harlequin #4DF918

RGB

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

 GREEN value IS 249 (97.66% from 255) = 71.14%

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 22%
G = 71.14%
B = 6.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#4DF918 (or 0x4DF918) is known color: Harlequin. HEX triplet: 4D, F9 and 18. RGB value is (77,249,24). Sum of RGB (Red+Green+Blue) = 77+249+24=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 249 (97.66% from 255 or 71.14% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF918 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF918 is #B206E7. Grayscale: #ACACAC. Windows color (decimal): -11667176 or 1636685. OLE color: 1636685.

HSL color Cylindrical-coordinate representation of color #4DF918: hue angle of 105.87º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DF918 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 249 24 -
CMYK 0.69 0 0.90 0.02
HSL 105.87º 0.95% 0.54% -
HSV(B) 105.87º 0.9% 0.98% -
XYZ 37.1 69.4 12.3 -
YUV 171.92 44.52 60.3 -
System Red Green Blue C M Y K H S L
Decimal 77 249 24 0.69 0 0.90 0.02 105.87 0.95 0.54
Hex 4D F9 18 45 0 5A 2 6A 5F 36
Octal 115 371 30 105 0 132 2 152 137 66
Binary 1001101 11111001 11000 1000101 0 1011010 10 1101010 1011111 110110

Color Harmonies of #4DF918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF918

Black with #4DF918

Text Example


Text Example

White with #4DF918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,249,24); }

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

background-color css

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

 a { background-color: rgb(77,249,24); }

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

border-color css

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

 span { border-color: rgb(77,249,24); }

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