Html Css Color HEX #4DFE08 Harlequin

📋 copy color: '#4DFE08'

red 77 ◦ green 254 ◦ blue 8

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

Shades of Harlequin #4DFE08

Tints of Harlequin #4DFE08

RGB

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

 GREEN value IS 254 (99.61% from 255) = 74.93%

 BLUE value IS 8 (3.52% from 255) = 2.36%

R = 22.71%
G = 74.93%
B = 2.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#4DFE08 (or 0x4DFE08) is known color: Harlequin. HEX triplet: 4D, FE and 08. RGB value is (77,254,8). Sum of RGB (Red+Green+Blue) = 77+254+8=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 254 (99.61% from 255 or 74.93% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFE08 is #B201F7. Grayscale: #ADADAD. Windows color (decimal): -11665912 or 589389. OLE color: 589389.

HSL color Cylindrical-coordinate representation of color #4DFE08: hue angle of 103.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DFE08 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 254 8 -
CMYK 0.70 0 0.97 0.00
HSL 103.17º 0.99% 0.51% -
HSV(B) 103.17º 0.97% 1% -
XYZ 38.55 72.48 12.19 -
YUV 173.03 34.86 59.5 -
System Red Green Blue C M Y K H S L
Decimal 77 254 8 0.70 0 0.97 0.00 103.17 0.99 0.51
Hex 4D FE 8 46 0 61 0 67 63 33
Octal 115 376 10 106 0 141 0 147 143 63
Binary 1001101 11111110 1000 1000110 0 1100001 0 1100111 1100011 110011

Color Harmonies of #4DFE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFE08

Black with #4DFE08

Text Example


Text Example

White with #4DFE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,254,8); }

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

background-color css

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

 a { background-color: rgb(77,254,8); }

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

border-color css

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

 span { border-color: rgb(77,254,8); }

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