Html Css Color HEX #4DE306 Harlequin

📋 copy color: '#4DE306'

red 77 ◦ green 227 ◦ blue 6

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

Shades of Harlequin #4DE306

Tints of Harlequin #4DE306

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.23%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 24.84%
G = 73.23%
B = 1.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#4DE306 (or 0x4DE306) is known color: Harlequin. HEX triplet: 4D, E3 and 06. RGB value is (77,227,6). Sum of RGB (Red+Green+Blue) = 77+227+6=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #4DE306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE306 is #B21CF9. Grayscale: #9D9D9D. Windows color (decimal): -11672826 or 451405. OLE color: 451405.

HSL color Cylindrical-coordinate representation of color #4DE306: hue angle of 100.72º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DE306 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 77 227 6 -
CMYK 0.66 0 0.97 0.11
HSL 100.72º 0.95% 0.46% -
HSV(B) 100.72º 0.97% 0.89% -
XYZ 30.56 56.53 9.47 -
YUV 156.96 42.81 70.97 -
System Red Green Blue C M Y K H S L
Decimal 77 227 6 0.66 0 0.97 0.11 100.72 0.95 0.46
Hex 4D E3 6 42 0 61 B 65 5F 2E
Octal 115 343 6 102 0 141 13 145 137 56
Binary 1001101 11100011 110 1000010 0 1100001 1011 1100101 1011111 101110

Color Harmonies of #4DE306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE306

Black with #4DE306

Text Example


Text Example

White with #4DE306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,227,6); }

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

background-color css

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

 a { background-color: rgb(77,227,6); }

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

border-color css

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

 span { border-color: rgb(77,227,6); }

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