Html Css Color HEX #4DF114 Harlequin

📋 copy color: '#4DF114'

red 77 ◦ green 241 ◦ blue 20

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

Shades of Harlequin #4DF114

Tints of Harlequin #4DF114

RGB

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

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

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

R = 22.78%
G = 71.3%
B = 5.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#4DF114 (or 0x4DF114) is known color: Harlequin. HEX triplet: 4D, F1 and 14. RGB value is (77,241,20). Sum of RGB (Red+Green+Blue) = 77+241+20=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF114 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF114 is #B20EEB. Grayscale: #A7A7A7. Windows color (decimal): -11669228 or 1372493. OLE color: 1372493.

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

Color convert

RGB 77 241 20 -
CMYK 0.68 0 0.92 0.05
HSL 104.52º 0.89% 0.51% -
HSV(B) 104.52º 0.92% 0.95% -
XYZ 34.64 64.54 11.29 -
YUV 166.77 45.17 63.97 -
System Red Green Blue C M Y K H S L
Decimal 77 241 20 0.68 0 0.92 0.05 104.52 0.89 0.51
Hex 4D F1 14 44 0 5C 5 69 59 33
Octal 115 361 24 104 0 134 5 151 131 63
Binary 1001101 11110001 10100 1000100 0 1011100 101 1101001 1011001 110011

Color Harmonies of #4DF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF114

Black with #4DF114

Text Example


Text Example

White with #4DF114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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