Html Css Color HEX #4DF128 Harlequin

📋 copy color: '#4DF128'

red 77 ◦ green 241 ◦ blue 40

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

Shades of Harlequin #4DF128

Tints of Harlequin #4DF128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.32%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 21.51%
G = 67.32%
B = 11.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#4DF128 (or 0x4DF128) is known color: Harlequin. HEX triplet: 4D, F1 and 28. RGB value is (77,241,40). Sum of RGB (Red+Green+Blue) = 77+241+40=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF128 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF128 is #B20ED7. Grayscale: #A9A9A9. Windows color (decimal): -11669208 or 2683213. OLE color: 2683213.

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

Color convert

RGB 77 241 40 -
CMYK 0.68 0 0.83 0.05
HSL 108.96º 0.88% 0.55% -
HSV(B) 108.96º 0.83% 0.95% -
XYZ 34.9 64.64 12.65 -
YUV 169.05 55.17 62.34 -
System Red Green Blue C M Y K H S L
Decimal 77 241 40 0.68 0 0.83 0.05 108.96 0.88 0.55
Hex 4D F1 28 44 0 53 5 6D 58 37
Octal 115 361 50 104 0 123 5 155 130 67
Binary 1001101 11110001 101000 1000100 0 1010011 101 1101101 1011000 110111

Color Harmonies of #4DF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF128

Black with #4DF128

Text Example


Text Example

White with #4DF128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,241,40); }

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

background-color css

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

 a { background-color: rgb(77,241,40); }

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

border-color css

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

 span { border-color: rgb(77,241,40); }

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