Html Css Color HEX #4DF127 Harlequin

📋 copy color: '#4DF127'

red 77 ◦ green 241 ◦ blue 39

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

Shades of Harlequin #4DF127

Tints of Harlequin #4DF127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.92%

R = 21.57%
G = 67.51%
B = 10.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#4DF127 (or 0x4DF127) is known color: Harlequin. HEX triplet: 4D, F1 and 27. RGB value is (77,241,39). Sum of RGB (Red+Green+Blue) = 77+241+39=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 241 (94.53% from 255 or 67.51% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF127 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF127 is #B20ED8. Grayscale: #A9A9A9. Windows color (decimal): -11669209 or 2617677. OLE color: 2617677.

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

Color convert

RGB 77 241 39 -
CMYK 0.68 0 0.84 0.05
HSL 108.71º 0.88% 0.55% -
HSV(B) 108.71º 0.84% 0.95% -
XYZ 34.88 64.63 12.56 -
YUV 168.94 54.67 62.43 -
System Red Green Blue C M Y K H S L
Decimal 77 241 39 0.68 0 0.84 0.05 108.71 0.88 0.55
Hex 4D F1 27 44 0 54 5 6D 58 37
Octal 115 361 47 104 0 124 5 155 130 67
Binary 1001101 11110001 100111 1000100 0 1010100 101 1101101 1011000 110111

Color Harmonies of #4DF127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF127

Black with #4DF127

Text Example


Text Example

White with #4DF127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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