Html Css Color HEX #4FF20A Harlequin

📋 copy color: '#4FF20A'

red 79 ◦ green 242 ◦ blue 10

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

Shades of Harlequin #4FF20A

Tints of Harlequin #4FF20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.02%

R = 23.87%
G = 73.11%
B = 3.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#4FF20A (or 0x4FF20A) is known color: Harlequin. HEX triplet: 4F, F2 and 0A. RGB value is (79,242,10). Sum of RGB (Red+Green+Blue) = 79+242+10=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF20A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF20A is #B00DF5. Grayscale: #A7A7A7. Windows color (decimal): -11537910 or 717391. OLE color: 717391.

HSL color Cylindrical-coordinate representation of color #4FF20A: hue angle of 102.16º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4FF20A is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 242 10 -
CMYK 0.67 0 0.96 0.05
HSL 102.16º 0.92% 0.49% -
HSV(B) 102.16º 0.96% 0.95% -
XYZ 35.03 65.19 11.02 -
YUV 166.82 39.5 65.36 -
System Red Green Blue C M Y K H S L
Decimal 79 242 10 0.67 0 0.96 0.05 102.16 0.92 0.49
Hex 4F F2 A 43 0 60 5 66 5C 31
Octal 117 362 12 103 0 140 5 146 134 61
Binary 1001111 11110010 1010 1000011 0 1100000 101 1100110 1011100 110001

Color Harmonies of #4FF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF20A

Black with #4FF20A

Text Example


Text Example

White with #4FF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,242,10); }

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

background-color css

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

 a { background-color: rgb(79,242,10); }

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

border-color css

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

 span { border-color: rgb(79,242,10); }

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