Html Css Color HEX #4DE110 Harlequin

📋 copy color: '#4DE110'

red 77 ◦ green 225 ◦ blue 16

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

Shades of Harlequin #4DE110

Tints of Harlequin #4DE110

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.75%

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 24.21%
G = 70.75%
B = 5.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#4DE110 (or 0x4DE110) is known color: Harlequin. HEX triplet: 4D, E1 and 10. RGB value is (77,225,16). Sum of RGB (Red+Green+Blue) = 77+225+16=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 225 (88.28% from 255 or 70.75% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE110 is #B21EEF. Grayscale: #9D9D9D. Windows color (decimal): -11673328 or 1106253. OLE color: 1106253.

HSL color Cylindrical-coordinate representation of color #4DE110: hue angle of 102.49º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DE110 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 77 225 16 -
CMYK 0.66 0 0.93 0.12
HSL 102.49º 0.87% 0.47% -
HSV(B) 102.49º 0.93% 0.88% -
XYZ 30.08 55.47 9.61 -
YUV 156.92 48.47 70.99 -
System Red Green Blue C M Y K H S L
Decimal 77 225 16 0.66 0 0.93 0.12 102.49 0.87 0.47
Hex 4D E1 10 42 0 5D C 66 57 2F
Octal 115 341 20 102 0 135 14 146 127 57
Binary 1001101 11100001 10000 1000010 0 1011101 1100 1100110 1010111 101111

Color Harmonies of #4DE110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE110

Black with #4DE110

Text Example


Text Example

White with #4DE110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,225,16); }

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

background-color css

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

 a { background-color: rgb(77,225,16); }

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

border-color css

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

 span { border-color: rgb(77,225,16); }

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