#4DF11B

Color #4DF11B Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #4DF11B

Tints of Harlequin #4DF11B

Color information

#4DF11B (or 0x4DF11B) is unknown color: approx Harlequin. HEX triplet: 4D, F1 and 1B. RGB value is (77,241,27). Sum of RGB (Red+Green+Blue) = 77+241+27=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 241 (94.53% from 255 or 69.86% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF11B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF11B is #B20EE4. Grayscale: #A8A8A8. Windows color (decimal): -11669221 or 1831245. OLE color: 1831245.

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

Color convert

RGB7724127-
CMYK0.6800.890.05
HSL105.98º88.43%52.55%-
HSV(B)105.98º88.8%94.51%-
XYZ34.7164.5711.67-
YUV167.5748.6763.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.32%
GREEN value IS 241 (94.53% from 255) = 69.86%
BLUE value IS 27 (10.94% from 255) = 7.83%
R=22.32%
G=69.86%
B=7.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal77241270.6800.890.05105.9888.4352.55
Hex4DF11B4405956a5835
Octal115361331040131515213065
Binary1001101111100011101110001000101100110111010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DF11B;
 }
 .AnyTagClassName
 {
   color: #4DF11B;
 }
</style>
background-color css

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

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

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

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

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

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