Html Css Color HEX #4DF804 Harlequin

📋 copy color: '#4DF804'

red 77 ◦ green 248 ◦ blue 4

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

Shades of Harlequin #4DF804

Tints of Harlequin #4DF804

RGB

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

 GREEN value IS 248 (97.27% from 255) = 75.38%

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

R = 23.4%
G = 75.38%
B = 1.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#4DF804 (or 0x4DF804) is known color: Harlequin. HEX triplet: 4D, F8 and 04. RGB value is (77,248,4). Sum of RGB (Red+Green+Blue) = 77+248+4=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 248 (97.27% from 255 or 75.38% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF804 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF804 is #B207FB. Grayscale: #A9A9A9. Windows color (decimal): -11667452 or 325709. OLE color: 325709.

HSL color Cylindrical-coordinate representation of color #4DF804: hue angle of 102.05º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4DF804 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 248 4 -
CMYK 0.69 0 0.98 0.03
HSL 102.05º 0.97% 0.49% -
HSV(B) 102.05º 0.98% 0.97% -
XYZ 36.65 68.72 11.45 -
YUV 169.06 34.85 62.34 -
System Red Green Blue C M Y K H S L
Decimal 77 248 4 0.69 0 0.98 0.03 102.05 0.97 0.49
Hex 4D F8 4 45 0 62 3 66 61 31
Octal 115 370 4 105 0 142 3 146 141 61
Binary 1001101 11111000 100 1000101 0 1100010 11 1100110 1100001 110001

Color Harmonies of #4DF804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF804

Black with #4DF804

Text Example


Text Example

White with #4DF804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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