Html Css Color HEX #4FF314 Harlequin

📋 copy color: '#4FF314'

red 79 ◦ green 243 ◦ blue 20

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

Shades of Harlequin #4FF314

Tints of Harlequin #4FF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 71.05%

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

R = 23.1%
G = 71.05%
B = 5.85%

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

#4FF314 (or 0x4FF314) is known color: Harlequin. HEX triplet: 4F, F3 and 14. RGB value is (79,243,20). Sum of RGB (Red+Green+Blue) = 79+243+20=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 243 (95.31% from 255 or 71.05% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF314 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF314 is #B00CEB. Grayscale: #A9A9A9. Windows color (decimal): -11537644 or 1373007. OLE color: 1373007.

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

Color convert

RGB 79 243 20 -
CMYK 0.67 0 0.92 0.05
HSL 104.13º 0.9% 0.52% -
HSV(B) 104.13º 0.92% 0.95% -
XYZ 35.4 65.81 11.5 -
YUV 168.54 44.17 64.13 -
System Red Green Blue C M Y K H S L
Decimal 79 243 20 0.67 0 0.92 0.05 104.13 0.9 0.52
Hex 4F F3 14 43 0 5C 5 68 5A 34
Octal 117 363 24 103 0 134 5 150 132 64
Binary 1001111 11110011 10100 1000011 0 1011100 101 1101000 1011010 110100

Color Harmonies of #4FF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF314

Black with #4FF314

Text Example


Text Example

White with #4FF314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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