Html Css Color HEX #4FFC14 Harlequin

📋 copy color: '#4FFC14'

red 79 ◦ green 252 ◦ blue 20

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

Shades of Harlequin #4FFC14

Tints of Harlequin #4FFC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 22.51%
G = 71.79%
B = 5.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#4FFC14 (or 0x4FFC14) is known color: Harlequin. HEX triplet: 4F, FC and 14. RGB value is (79,252,20). Sum of RGB (Red+Green+Blue) = 79+252+20=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 252 (98.83% from 255 or 71.79% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFC14 is #B003EB. Grayscale: #AEAEAE. Windows color (decimal): -11535340 or 1375311. OLE color: 1375311.

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

Color convert

RGB 79 252 20 -
CMYK 0.69 0 0.92 0.01
HSL 104.74º 0.97% 0.53% -
HSV(B) 104.74º 0.92% 0.99% -
XYZ 38.16 71.33 12.42 -
YUV 173.83 41.19 60.36 -
System Red Green Blue C M Y K H S L
Decimal 79 252 20 0.69 0 0.92 0.01 104.74 0.97 0.53
Hex 4F FC 14 45 0 5C 1 69 61 35
Octal 117 374 24 105 0 134 1 151 141 65
Binary 1001111 11111100 10100 1000101 0 1011100 1 1101001 1100001 110101

Color Harmonies of #4FFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFC14

Black with #4FFC14

Text Example


Text Example

White with #4FFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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