Html Css Color HEX #4DE108 Harlequin

📋 copy color: '#4DE108'

red 77 ◦ green 225 ◦ blue 8

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

Shades of Harlequin #4DE108

Tints of Harlequin #4DE108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.58%

R = 24.84%
G = 72.58%
B = 2.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#4DE108 (or 0x4DE108) is known color: Harlequin. HEX triplet: 4D, E1 and 08. RGB value is (77,225,8). Sum of RGB (Red+Green+Blue) = 77+225+8=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 225 (88.28% from 255 or 72.58% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE108 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE108 is #B21EF7. Grayscale: #9C9C9C. Windows color (decimal): -11673336 or 581965. OLE color: 581965.

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

Color convert

RGB 77 225 8 -
CMYK 0.66 0 0.96 0.12
HSL 100.92º 0.93% 0.46% -
HSV(B) 100.92º 0.96% 0.88% -
XYZ 30.03 55.45 9.35 -
YUV 156.01 44.47 71.64 -
System Red Green Blue C M Y K H S L
Decimal 77 225 8 0.66 0 0.96 0.12 100.92 0.93 0.46
Hex 4D E1 8 42 0 60 C 65 5D 2E
Octal 115 341 10 102 0 140 14 145 135 56
Binary 1001101 11100001 1000 1000010 0 1100000 1100 1100101 1011101 101110

Color Harmonies of #4DE108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE108

Black with #4DE108

Text Example


Text Example

White with #4DE108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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