Html Css Color HEX #4FFC16 Harlequin

📋 copy color: '#4FFC16'

red 79 ◦ green 252 ◦ blue 22

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

Shades of Harlequin #4FFC16

Tints of Harlequin #4FFC16

RGB

 RED value IS 79 (31.25% from 255) = 22.38%

 GREEN value IS 252 (98.83% from 255) = 71.39%

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

R = 22.38%
G = 71.39%
B = 6.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#4FFC16 (or 0x4FFC16) is known color: Harlequin. HEX triplet: 4F, FC and 16. RGB value is (79,252,22). Sum of RGB (Red+Green+Blue) = 79+252+22=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 252 (98.83% from 255 or 71.39% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFC16 is #B003E9. Grayscale: #AEAEAE. Windows color (decimal): -11535338 or 1506383. OLE color: 1506383.

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

Color convert

RGB 79 252 22 -
CMYK 0.69 0 0.91 0.01
HSL 105.13º 0.97% 0.54% -
HSV(B) 105.13º 0.91% 0.99% -
XYZ 38.18 71.34 12.52 -
YUV 174.05 42.19 60.2 -
System Red Green Blue C M Y K H S L
Decimal 79 252 22 0.69 0 0.91 0.01 105.13 0.97 0.54
Hex 4F FC 16 45 0 5B 1 69 61 36
Octal 117 374 26 105 0 133 1 151 141 66
Binary 1001111 11111100 10110 1000101 0 1011011 1 1101001 1100001 110110

Color Harmonies of #4FFC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFC16

Black with #4FFC16

Text Example


Text Example

White with #4FFC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,252,22); }

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

background-color css

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

 a { background-color: rgb(79,252,22); }

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

border-color css

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

 span { border-color: rgb(79,252,22); }

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