Html Css Color HEX #4DFB16 Harlequin

📋 copy color: '#4DFB16'

red 77 ◦ green 251 ◦ blue 22

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

Shades of Harlequin #4DFB16

Tints of Harlequin #4DFB16

RGB

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

 GREEN value IS 251 (98.44% from 255) = 71.71%

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

R = 22%
G = 71.71%
B = 6.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#4DFB16 (or 0x4DFB16) is known color: Harlequin. HEX triplet: 4D, FB and 16. RGB value is (77,251,22). Sum of RGB (Red+Green+Blue) = 77+251+22=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 251 (98.44% from 255 or 71.71% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFB16 is #B204E9. Grayscale: #ADADAD. Windows color (decimal): -11666666 or 1506125. OLE color: 1506125.

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

Color convert

RGB 77 251 22 -
CMYK 0.69 0 0.91 0.02
HSL 105.59º 0.97% 0.54% -
HSV(B) 105.59º 0.91% 0.98% -
XYZ 37.7 70.63 12.4 -
YUV 172.87 42.85 59.62 -
System Red Green Blue C M Y K H S L
Decimal 77 251 22 0.69 0 0.91 0.02 105.59 0.97 0.54
Hex 4D FB 16 45 0 5B 2 6A 61 36
Octal 115 373 26 105 0 133 2 152 141 66
Binary 1001101 11111011 10110 1000101 0 1011011 10 1101010 1100001 110110

Color Harmonies of #4DFB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFB16

Black with #4DFB16

Text Example


Text Example

White with #4DFB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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