Html Css Color HEX #4DEC08 Harlequin

📋 copy color: '#4DEC08'

red 77 ◦ green 236 ◦ blue 8

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

Shades of Harlequin #4DEC08

Tints of Harlequin #4DEC08

RGB

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

 GREEN value IS 236 (92.58% from 255) = 73.52%

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

R = 23.99%
G = 73.52%
B = 2.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#4DEC08 (or 0x4DEC08) is known color: Harlequin. HEX triplet: 4D, EC and 08. RGB value is (77,236,8). Sum of RGB (Red+Green+Blue) = 77+236+8=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEC08 is #B213F7. Grayscale: #A3A3A3. Windows color (decimal): -11670520 or 584781. OLE color: 584781.

HSL color Cylindrical-coordinate representation of color #4DEC08: hue angle of 101.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DEC08 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 236 8 -
CMYK 0.67 0 0.97 0.07
HSL 101.84º 0.93% 0.48% -
HSV(B) 101.84º 0.97% 0.93% -
XYZ 33.1 61.59 10.37 -
YUV 162.47 40.82 67.04 -
System Red Green Blue C M Y K H S L
Decimal 77 236 8 0.67 0 0.97 0.07 101.84 0.93 0.48
Hex 4D EC 8 43 0 61 7 66 5D 30
Octal 115 354 10 103 0 141 7 146 135 60
Binary 1001101 11101100 1000 1000011 0 1100001 111 1100110 1011101 110000

Color Harmonies of #4DEC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEC08

Black with #4DEC08

Text Example


Text Example

White with #4DEC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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