Html Css Color HEX #4CFC11 Harlequin

📋 copy color: '#4CFC11'

red 76 ◦ green 252 ◦ blue 17

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

Shades of Harlequin #4CFC11

Tints of Harlequin #4CFC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.93%

R = 22.03%
G = 73.04%
B = 4.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#4CFC11 (or 0x4CFC11) is known color: Harlequin. HEX triplet: 4C, FC and 11. RGB value is (76,252,17). Sum of RGB (Red+Green+Blue) = 76+252+17=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 252 (98.83% from 255 or 73.04% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFC11 is #B303EE. Grayscale: #ADADAD. Windows color (decimal): -11731951 or 1178700. OLE color: 1178700.

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

Color convert

RGB 76 252 17 -
CMYK 0.70 0 0.93 0.01
HSL 104.94º 0.98% 0.53% -
HSV(B) 104.94º 0.93% 0.99% -
XYZ 37.89 71.2 12.28 -
YUV 172.59 40.19 59.11 -
System Red Green Blue C M Y K H S L
Decimal 76 252 17 0.70 0 0.93 0.01 104.94 0.98 0.53
Hex 4C FC 11 46 0 5D 1 69 62 35
Octal 114 374 21 106 0 135 1 151 142 65
Binary 1001100 11111100 10001 1000110 0 1011101 1 1101001 1100010 110101

Color Harmonies of #4CFC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFC11

Black with #4CFC11

Text Example


Text Example

White with #4CFC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,252,17); }

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

background-color css

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

 a { background-color: rgb(76,252,17); }

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

border-color css

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

 span { border-color: rgb(76,252,17); }

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