Html Css Color HEX #4DF00C Harlequin

📋 copy color: '#4DF00C'

red 77 ◦ green 240 ◦ blue 12

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

Shades of Harlequin #4DF00C

Tints of Harlequin #4DF00C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 72.95%

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 23.4%
G = 72.95%
B = 3.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#4DF00C (or 0x4DF00C) is known color: Harlequin. HEX triplet: 4D, F0 and 0C. RGB value is (77,240,12). Sum of RGB (Red+Green+Blue) = 77+240+12=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF00C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF00C is #B20FF3. Grayscale: #A6A6A6. Windows color (decimal): -11669492 or 847949. OLE color: 847949.

HSL color Cylindrical-coordinate representation of color #4DF00C: hue angle of 102.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4DF00C is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 240 12 -
CMYK 0.68 0 0.95 0.06
HSL 102.89º 0.9% 0.49% -
HSV(B) 102.89º 0.95% 0.94% -
XYZ 34.29 63.92 10.88 -
YUV 165.27 41.5 65.04 -
System Red Green Blue C M Y K H S L
Decimal 77 240 12 0.68 0 0.95 0.06 102.89 0.9 0.49
Hex 4D F0 C 44 0 5F 6 67 5A 31
Octal 115 360 14 104 0 137 6 147 132 61
Binary 1001101 11110000 1100 1000100 0 1011111 110 1100111 1011010 110001

Color Harmonies of #4DF00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF00C

Black with #4DF00C

Text Example


Text Example

White with #4DF00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,240,12); }

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

background-color css

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

 a { background-color: rgb(77,240,12); }

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

border-color css

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

 span { border-color: rgb(77,240,12); }

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