Html Css Color HEX #4DF318 Harlequin

📋 copy color: '#4DF318'

red 77 ◦ green 243 ◦ blue 24

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

Shades of Harlequin #4DF318

Tints of Harlequin #4DF318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.98%

R = 22.38%
G = 70.64%
B = 6.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#4DF318 (or 0x4DF318) is known color: Harlequin. HEX triplet: 4D, F3 and 18. RGB value is (77,243,24). Sum of RGB (Red+Green+Blue) = 77+243+24=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 243 (95.31% from 255 or 70.64% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF318 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF318 is #B20CE7. Grayscale: #A9A9A9. Windows color (decimal): -11668712 or 1635149. OLE color: 1635149.

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

Color convert

RGB 77 243 24 -
CMYK 0.68 0 0.90 0.05
HSL 105.48º 0.9% 0.52% -
HSV(B) 105.48º 0.9% 0.95% -
XYZ 35.28 65.74 11.69 -
YUV 168.4 46.5 62.81 -
System Red Green Blue C M Y K H S L
Decimal 77 243 24 0.68 0 0.90 0.05 105.48 0.9 0.52
Hex 4D F3 18 44 0 5A 5 69 5A 34
Octal 115 363 30 104 0 132 5 151 132 64
Binary 1001101 11110011 11000 1000100 0 1011010 101 1101001 1011010 110100

Color Harmonies of #4DF318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF318

Black with #4DF318

Text Example


Text Example

White with #4DF318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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