Html Css Color HEX #4CFA14 Harlequin

📋 copy color: '#4CFA14'

red 76 ◦ green 250 ◦ blue 20

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

Shades of Harlequin #4CFA14

Tints of Harlequin #4CFA14

RGB

 RED value IS 76 (30.08% from 255) = 21.97%

 GREEN value IS 250 (98.05% from 255) = 72.25%

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

R = 21.97%
G = 72.25%
B = 5.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#4CFA14 (or 0x4CFA14) is known color: Harlequin. HEX triplet: 4C, FA and 14. RGB value is (76,250,20). Sum of RGB (Red+Green+Blue) = 76+250+20=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFA14 is #B305EB. Grayscale: #ACACAC. Windows color (decimal): -11732460 or 1374796. OLE color: 1374796.

HSL color Cylindrical-coordinate representation of color #4CFA14: hue angle of 105.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CFA14 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 250 20 -
CMYK 0.70 0 0.92 0.02
HSL 105.39º 0.96% 0.53% -
HSV(B) 105.39º 0.92% 0.98% -
XYZ 37.29 69.96 12.2 -
YUV 171.75 42.35 59.7 -
System Red Green Blue C M Y K H S L
Decimal 76 250 20 0.70 0 0.92 0.02 105.39 0.96 0.53
Hex 4C FA 14 46 0 5C 2 69 60 35
Octal 114 372 24 106 0 134 2 151 140 65
Binary 1001100 11111010 10100 1000110 0 1011100 10 1101001 1100000 110101

Color Harmonies of #4CFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFA14

Black with #4CFA14

Text Example


Text Example

White with #4CFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,250,20); }

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

background-color css

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

 a { background-color: rgb(76,250,20); }

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

border-color css

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

 span { border-color: rgb(76,250,20); }

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