Html Css Color HEX #4CF220 Harlequin

📋 copy color: '#4CF220'

red 76 ◦ green 242 ◦ blue 32

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

Shades of Harlequin #4CF220

Tints of Harlequin #4CF220

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.14%

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 21.71%
G = 69.14%
B = 9.14%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#4CF220 (or 0x4CF220) is known color: Harlequin. HEX triplet: 4C, F2 and 20. RGB value is (76,242,32). Sum of RGB (Red+Green+Blue) = 76+242+32=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF220 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF220 is #B30DDF. Grayscale: #A9A9A9. Windows color (decimal): -11734496 or 2159180. OLE color: 2159180.

HSL color Cylindrical-coordinate representation of color #4CF220: hue angle of 107.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4CF220 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 242 32 -
CMYK 0.69 0 0.87 0.05
HSL 107.43º 0.89% 0.54% -
HSV(B) 107.43º 0.87% 0.95% -
XYZ 34.99 65.15 12.1 -
YUV 168.43 51 62.08 -
System Red Green Blue C M Y K H S L
Decimal 76 242 32 0.69 0 0.87 0.05 107.43 0.89 0.54
Hex 4C F2 20 45 0 57 5 6B 59 36
Octal 114 362 40 105 0 127 5 153 131 66
Binary 1001100 11110010 100000 1000101 0 1010111 101 1101011 1011001 110110

Color Harmonies of #4CF220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF220

Black with #4CF220

Text Example


Text Example

White with #4CF220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,242,32); }

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

background-color css

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

 a { background-color: rgb(76,242,32); }

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

border-color css

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

 span { border-color: rgb(76,242,32); }

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