Html Css Color HEX #4DF816 Harlequin

📋 copy color: '#4DF816'

red 77 ◦ green 248 ◦ blue 22

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

Shades of Harlequin #4DF816

Tints of Harlequin #4DF816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 22.19%
G = 71.47%
B = 6.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#4DF816 (or 0x4DF816) is known color: Harlequin. HEX triplet: 4D, F8 and 16. RGB value is (77,248,22). Sum of RGB (Red+Green+Blue) = 77+248+22=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 248 (97.27% from 255 or 71.47% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF816 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF816 is #B207E9. Grayscale: #ABABAB. Windows color (decimal): -11667434 or 1505357. OLE color: 1505357.

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

Color convert

RGB 77 248 22 -
CMYK 0.69 0 0.91 0.03
HSL 105.4º 0.94% 0.53% -
HSV(B) 105.4º 0.91% 0.97% -
XYZ 36.77 68.77 12.09 -
YUV 171.11 43.85 60.88 -
System Red Green Blue C M Y K H S L
Decimal 77 248 22 0.69 0 0.91 0.03 105.4 0.94 0.53
Hex 4D F8 16 45 0 5B 3 69 5E 35
Octal 115 370 26 105 0 133 3 151 136 65
Binary 1001101 11111000 10110 1000101 0 1011011 11 1101001 1011110 110101

Color Harmonies of #4DF816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF816

Black with #4DF816

Text Example


Text Example

White with #4DF816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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