Html Css Color HEX #4DF012 Harlequin

📋 copy color: '#4DF012'

red 77 ◦ green 240 ◦ blue 18

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

Shades of Harlequin #4DF012

Tints of Harlequin #4DF012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 22.99%
G = 71.64%
B = 5.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#4DF012 (or 0x4DF012) is known color: Harlequin. HEX triplet: 4D, F0 and 12. RGB value is (77,240,18). Sum of RGB (Red+Green+Blue) = 77+240+18=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 240 (94.14% from 255 or 71.64% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF012 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF012 is #B20FED. Grayscale: #A6A6A6. Windows color (decimal): -11669486 or 1241165. OLE color: 1241165.

HSL color Cylindrical-coordinate representation of color #4DF012: hue angle of 104.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DF012 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 240 18 -
CMYK 0.68 0 0.92 0.06
HSL 104.05º 0.88% 0.51% -
HSV(B) 104.05º 0.93% 0.94% -
XYZ 34.33 63.94 11.1 -
YUV 165.96 44.5 64.55 -
System Red Green Blue C M Y K H S L
Decimal 77 240 18 0.68 0 0.92 0.06 104.05 0.88 0.51
Hex 4D F0 12 44 0 5C 6 68 58 33
Octal 115 360 22 104 0 134 6 150 130 63
Binary 1001101 11110000 10010 1000100 0 1011100 110 1101000 1011000 110011

Color Harmonies of #4DF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF012

Black with #4DF012

Text Example


Text Example

White with #4DF012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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