Html Css Color HEX #4DF914 Harlequin

📋 copy color: '#4DF914'

red 77 ◦ green 249 ◦ blue 20

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

Shades of Harlequin #4DF914

Tints of Harlequin #4DF914

RGB

 RED value IS 77 (30.47% from 255) = 22.25%

 GREEN value IS 249 (97.66% from 255) = 71.97%

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

R = 22.25%
G = 71.97%
B = 5.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#4DF914 (or 0x4DF914) is known color: Harlequin. HEX triplet: 4D, F9 and 14. RGB value is (77,249,20). Sum of RGB (Red+Green+Blue) = 77+249+20=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 249 (97.66% from 255 or 71.97% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF914 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF914 is #B206EB. Grayscale: #ACACAC. Windows color (decimal): -11667180 or 1374541. OLE color: 1374541.

HSL color Cylindrical-coordinate representation of color #4DF914: hue angle of 105.07º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DF914 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 249 20 -
CMYK 0.69 0 0.92 0.02
HSL 105.07º 0.95% 0.53% -
HSV(B) 105.07º 0.92% 0.98% -
XYZ 37.06 69.38 12.1 -
YUV 171.47 42.52 60.62 -
System Red Green Blue C M Y K H S L
Decimal 77 249 20 0.69 0 0.92 0.02 105.07 0.95 0.53
Hex 4D F9 14 45 0 5C 2 69 5F 35
Octal 115 371 24 105 0 134 2 151 137 65
Binary 1001101 11111001 10100 1000101 0 1011100 10 1101001 1011111 110101

Color Harmonies of #4DF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF914

Black with #4DF914

Text Example


Text Example

White with #4DF914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,249,20); }

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

background-color css

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

 a { background-color: rgb(77,249,20); }

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

border-color css

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

 span { border-color: rgb(77,249,20); }

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