Html Css Color HEX #4FF114 Harlequin

📋 copy color: '#4FF114'

red 79 ◦ green 241 ◦ blue 20

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

Shades of Harlequin #4FF114

Tints of Harlequin #4FF114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.88%

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

R = 23.24%
G = 70.88%
B = 5.88%

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

#4FF114 (or 0x4FF114) is known color: Harlequin. HEX triplet: 4F, F1 and 14. RGB value is (79,241,20). Sum of RGB (Red+Green+Blue) = 79+241+20=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 241 (94.53% from 255 or 70.88% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF114 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF114 is #B00EEB. Grayscale: #A8A8A8. Windows color (decimal): -11538156 or 1372495. OLE color: 1372495.

HSL color Cylindrical-coordinate representation of color #4FF114: hue angle of 103.98º degrees, saturation: 0.89, 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 #4FF114 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 241 20 -
CMYK 0.67 0 0.92 0.05
HSL 103.98º 0.89% 0.51% -
HSV(B) 103.98º 0.92% 0.95% -
XYZ 34.81 64.62 11.3 -
YUV 167.37 44.83 64.97 -
System Red Green Blue C M Y K H S L
Decimal 79 241 20 0.67 0 0.92 0.05 103.98 0.89 0.51
Hex 4F F1 14 43 0 5C 5 68 59 33
Octal 117 361 24 103 0 134 5 150 131 63
Binary 1001111 11110001 10100 1000011 0 1011100 101 1101000 1011001 110011

Color Harmonies of #4FF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF114

Black with #4FF114

Text Example


Text Example

White with #4FF114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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