Html Css Color HEX #4DF316 Harlequin

📋 copy color: '#4DF316'

red 77 ◦ green 243 ◦ blue 22

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

Shades of Harlequin #4DF316

Tints of Harlequin #4DF316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 22.51%
G = 71.05%
B = 6.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#4DF316 (or 0x4DF316) is known color: Harlequin. HEX triplet: 4D, F3 and 16. RGB value is (77,243,22). Sum of RGB (Red+Green+Blue) = 77+243+22=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 243 (95.31% from 255 or 71.05% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF316 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF316 is #B20CE9. Grayscale: #A8A8A8. Windows color (decimal): -11668714 or 1504077. OLE color: 1504077.

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

Color convert

RGB 77 243 22 -
CMYK 0.68 0 0.91 0.05
HSL 105.07º 0.9% 0.52% -
HSV(B) 105.07º 0.91% 0.95% -
XYZ 35.26 65.74 11.59 -
YUV 168.17 45.5 62.97 -
System Red Green Blue C M Y K H S L
Decimal 77 243 22 0.68 0 0.91 0.05 105.07 0.9 0.52
Hex 4D F3 16 44 0 5B 5 69 5A 34
Octal 115 363 26 104 0 133 5 151 132 64
Binary 1001101 11110011 10110 1000100 0 1011011 101 1101001 1011010 110100

Color Harmonies of #4DF316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF316

Black with #4DF316

Text Example


Text Example

White with #4DF316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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