Html Css Color HEX #4FF020 Harlequin

📋 copy color: '#4FF020'

red 79 ◦ green 240 ◦ blue 32

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

Shades of Harlequin #4FF020

Tints of Harlequin #4FF020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.38%

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

R = 22.51%
G = 68.38%
B = 9.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#4FF020 (or 0x4FF020) is known color: Harlequin. HEX triplet: 4F, F0 and 20. RGB value is (79,240,32). Sum of RGB (Red+Green+Blue) = 79+240+32=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 240 (94.14% from 255 or 68.38% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF020 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF020 is #B00FDF. Grayscale: #A8A8A8. Windows color (decimal): -11538400 or 2158671. OLE color: 2158671.

HSL color Cylindrical-coordinate representation of color #4FF020: hue angle of 106.44º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4FF020 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 240 32 -
CMYK 0.67 0 0.87 0.06
HSL 106.44º 0.87% 0.53% -
HSV(B) 106.44º 0.87% 0.94% -
XYZ 34.65 64.09 11.91 -
YUV 168.15 51.16 64.41 -
System Red Green Blue C M Y K H S L
Decimal 79 240 32 0.67 0 0.87 0.06 106.44 0.87 0.53
Hex 4F F0 20 43 0 57 6 6A 57 35
Octal 117 360 40 103 0 127 6 152 127 65
Binary 1001111 11110000 100000 1000011 0 1010111 110 1101010 1010111 110101

Color Harmonies of #4FF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF020

Black with #4FF020

Text Example


Text Example

White with #4FF020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,240,32); }

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

background-color css

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

 a { background-color: rgb(79,240,32); }

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

border-color css

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

 span { border-color: rgb(79,240,32); }

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