Html Css Color HEX #4DF818 Harlequin

📋 copy color: '#4DF818'

red 77 ◦ green 248 ◦ blue 24

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

Shades of Harlequin #4DF818

Tints of Harlequin #4DF818

RGB

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

 GREEN value IS 248 (97.27% from 255) = 71.06%

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

R = 22.06%
G = 71.06%
B = 6.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#4DF818 (or 0x4DF818) is known color: Harlequin. HEX triplet: 4D, F8 and 18. RGB value is (77,248,24). Sum of RGB (Red+Green+Blue) = 77+248+24=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 248 (97.27% from 255 or 71.06% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF818 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF818 is #B207E7. Grayscale: #ACACAC. Windows color (decimal): -11667432 or 1636429. OLE color: 1636429.

HSL color Cylindrical-coordinate representation of color #4DF818: hue angle of 105.8º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DF818 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 248 24 -
CMYK 0.69 0 0.90 0.03
HSL 105.8º 0.94% 0.53% -
HSV(B) 105.8º 0.9% 0.97% -
XYZ 36.79 68.78 12.2 -
YUV 171.34 44.85 60.71 -
System Red Green Blue C M Y K H S L
Decimal 77 248 24 0.69 0 0.90 0.03 105.8 0.94 0.53
Hex 4D F8 18 45 0 5A 3 6A 5E 35
Octal 115 370 30 105 0 132 3 152 136 65
Binary 1001101 11111000 11000 1000101 0 1011010 11 1101010 1011110 110101

Color Harmonies of #4DF818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF818

Black with #4DF818

Text Example


Text Example

White with #4DF818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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