Html Css Color HEX #4DDF06 Harlequin

📋 copy color: '#4DDF06'

red 77 ◦ green 223 ◦ blue 6

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

Shades of Harlequin #4DDF06

Tints of Harlequin #4DDF06

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.88%

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

R = 25.16%
G = 72.88%
B = 1.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#4DDF06 (or 0x4DDF06) is known color: Harlequin. HEX triplet: 4D, DF and 06. RGB value is (77,223,6). Sum of RGB (Red+Green+Blue) = 77+223+6=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DDF06 is #B220F9. Grayscale: #9B9B9B. Windows color (decimal): -11673850 or 450381. OLE color: 450381.

HSL color Cylindrical-coordinate representation of color #4DDF06: hue angle of 100.37º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DDF06 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 223 6 -
CMYK 0.65 0 0.97 0.13
HSL 100.37º 0.95% 0.45% -
HSV(B) 100.37º 0.97% 0.87% -
XYZ 29.48 54.37 9.11 -
YUV 154.61 44.13 72.64 -
System Red Green Blue C M Y K H S L
Decimal 77 223 6 0.65 0 0.97 0.13 100.37 0.95 0.45
Hex 4D DF 6 41 0 61 D 64 5F 2D
Octal 115 337 6 101 0 141 15 144 137 55
Binary 1001101 11011111 110 1000001 0 1100001 1101 1100100 1011111 101101

Color Harmonies of #4DDF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDF06

Black with #4DDF06

Text Example


Text Example

White with #4DDF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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