Html Css Color HEX #4FF214 Harlequin

📋 copy color: '#4FF214'

red 79 ◦ green 242 ◦ blue 20

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

Shades of Harlequin #4FF214

Tints of Harlequin #4FF214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 23.17%
G = 70.97%
B = 5.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#4FF214 (or 0x4FF214) is known color: Harlequin. HEX triplet: 4F, F2 and 14. RGB value is (79,242,20). Sum of RGB (Red+Green+Blue) = 79+242+20=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF214 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF214 is #B00DEB. Grayscale: #A8A8A8. Windows color (decimal): -11537900 or 1372751. OLE color: 1372751.

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

Color convert

RGB 79 242 20 -
CMYK 0.67 0 0.92 0.05
HSL 104.05º 0.9% 0.51% -
HSV(B) 104.05º 0.92% 0.95% -
XYZ 35.1 65.22 11.4 -
YUV 167.96 44.5 64.55 -
System Red Green Blue C M Y K H S L
Decimal 79 242 20 0.67 0 0.92 0.05 104.05 0.9 0.51
Hex 4F F2 14 43 0 5C 5 68 5A 33
Octal 117 362 24 103 0 134 5 150 132 63
Binary 1001111 11110010 10100 1000011 0 1011100 101 1101000 1011010 110011

Color Harmonies of #4FF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF214

Black with #4FF214

Text Example


Text Example

White with #4FF214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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