Html Css Color HEX #4DDF04 Harlequin

📋 copy color: '#4DDF04'

red 77 ◦ green 223 ◦ blue 4

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

Shades of Harlequin #4DDF04

Tints of Harlequin #4DDF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 25.33%
G = 73.36%
B = 1.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#4DDF04 (or 0x4DDF04) is known color: Harlequin. HEX triplet: 4D, DF and 04. RGB value is (77,223,4). Sum of RGB (Red+Green+Blue) = 77+223+4=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 223 (87.5% from 255 or 73.36% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DDF04 is #B220FB. Grayscale: #9B9B9B. Windows color (decimal): -11673852 or 319309. OLE color: 319309.

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

Color convert

RGB 77 223 4 -
CMYK 0.65 0 0.98 0.13
HSL 100º 0.96% 0.45% -
HSV(B) 100º 0.98% 0.87% -
XYZ 29.47 54.36 9.05 -
YUV 154.38 43.13 72.81 -
System Red Green Blue C M Y K H S L
Decimal 77 223 4 0.65 0 0.98 0.13 100 0.96 0.45
Hex 4D DF 4 41 0 62 D 64 60 2D
Octal 115 337 4 101 0 142 15 144 140 55
Binary 1001101 11011111 100 1000001 0 1100010 1101 1100100 1100000 101101

Color Harmonies of #4DDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDF04

Black with #4DDF04

Text Example


Text Example

White with #4DDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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