Html Css Color HEX #4CFC04 Harlequin

📋 copy color: '#4CFC04'

red 76 ◦ green 252 ◦ blue 4

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

Shades of Harlequin #4CFC04

Tints of Harlequin #4CFC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 22.89%
G = 75.9%
B = 1.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#4CFC04 (or 0x4CFC04) is known color: Harlequin. HEX triplet: 4C, FC and 04. RGB value is (76,252,4). Sum of RGB (Red+Green+Blue) = 76+252+4=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 252 (98.83% from 255 or 75.90% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFC04 is #B303FB. Grayscale: #ABABAB. Windows color (decimal): -11731964 or 326732. OLE color: 326732.

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

Color convert

RGB 76 252 4 -
CMYK 0.70 0 0.98 0.01
HSL 102.58º 0.98% 0.5% -
HSV(B) 102.58º 0.98% 0.99% -
XYZ 37.81 71.17 11.86 -
YUV 171.1 33.69 60.17 -
System Red Green Blue C M Y K H S L
Decimal 76 252 4 0.70 0 0.98 0.01 102.58 0.98 0.5
Hex 4C FC 4 46 0 62 1 67 62 32
Octal 114 374 4 106 0 142 1 147 142 62
Binary 1001100 11111100 100 1000110 0 1100010 1 1100111 1100010 110010

Color Harmonies of #4CFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFC04

Black with #4CFC04

Text Example


Text Example

White with #4CFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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