Html Css Color HEX #4DF304 Harlequin

📋 copy color: '#4DF304'

red 77 ◦ green 243 ◦ blue 4

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

Shades of Harlequin #4DF304

Tints of Harlequin #4DF304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 23.77%
G = 75%
B = 1.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#4DF304 (or 0x4DF304) is known color: Harlequin. HEX triplet: 4D, F3 and 04. RGB value is (77,243,4). Sum of RGB (Red+Green+Blue) = 77+243+4=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 243 (95.31% from 255 or 75% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF304 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF304 is #B20CFB. Grayscale: #A6A6A6. Windows color (decimal): -11668732 or 324429. OLE color: 324429.

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

Color convert

RGB 77 243 4 -
CMYK 0.68 0 0.98 0.05
HSL 101.67º 0.97% 0.48% -
HSV(B) 101.67º 0.98% 0.95% -
XYZ 35.13 65.69 10.94 -
YUV 166.12 36.5 64.43 -
System Red Green Blue C M Y K H S L
Decimal 77 243 4 0.68 0 0.98 0.05 101.67 0.97 0.48
Hex 4D F3 4 44 0 62 5 66 61 30
Octal 115 363 4 104 0 142 5 146 141 60
Binary 1001101 11110011 100 1000100 0 1100010 101 1100110 1100001 110000

Color Harmonies of #4DF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF304

Black with #4DF304

Text Example


Text Example

White with #4DF304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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