Html Css Color HEX #4DF312 Harlequin

📋 copy color: '#4DF312'

red 77 ◦ green 243 ◦ blue 18

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

Shades of Harlequin #4DF312

Tints of Harlequin #4DF312

RGB

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

 GREEN value IS 243 (95.31% from 255) = 71.89%

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

R = 22.78%
G = 71.89%
B = 5.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#4DF312 (or 0x4DF312) is known color: Harlequin. HEX triplet: 4D, F3 and 12. RGB value is (77,243,18). Sum of RGB (Red+Green+Blue) = 77+243+18=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 243 (95.31% from 255 or 71.89% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF312 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF312 is #B20CED. Grayscale: #A8A8A8. Windows color (decimal): -11668718 or 1241933. OLE color: 1241933.

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

Color convert

RGB 77 243 18 -
CMYK 0.68 0 0.93 0.05
HSL 104.27º 0.9% 0.51% -
HSV(B) 104.27º 0.93% 0.95% -
XYZ 35.22 65.72 11.4 -
YUV 167.72 43.5 63.3 -
System Red Green Blue C M Y K H S L
Decimal 77 243 18 0.68 0 0.93 0.05 104.27 0.9 0.51
Hex 4D F3 12 44 0 5D 5 68 5A 33
Octal 115 363 22 104 0 135 5 150 132 63
Binary 1001101 11110011 10010 1000100 0 1011101 101 1101000 1011010 110011

Color Harmonies of #4DF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF312

Black with #4DF312

Text Example


Text Example

White with #4DF312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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