#3de50f

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

Shades of Harlequin #3DE50F

Tints of Harlequin #3DE50F

Color information

#3DE50F (or 0x3DE50F) is unknown color: approx Harlequin. HEX triplet: 3D, E5 and 0F. RGB value is (61,229,15). Sum of RGB (Red+Green+Blue) = 61+229+15=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 229 (89.84% from 255 or 75.08% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE50F is #C21AF0. Grayscale: #9B9B9B. Windows color (decimal): -12720881 or 1041725. OLE color: 1041725.

HSL color Cylindrical-coordinate representation of color #3DE50F: hue angle of 107.1º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DE50F is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB6122915-
CMYK0.7300.930.10
HSL107.1º87.7%47.84%-
HSV(B)107.1º93.45%89.8%-
XYZ30.0357.079.88-
YUV154.3749.3461.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 229 (89.84% from 255) = 75.08%
BLUE value IS 15 (6.25% from 255) = 4.92%
R=20%
G=75.08%
B=4.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal61229150.7300.930.10107.187.747.84
Hex3DE5F4905DA6b5830
Octal753451711101351215313060
Binary111101111001011111100100101011101101011010111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3de50f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3de50f; }

 p { color: rgb(61,229,15); }

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

<style>
 a { background-color: #3de50f; }

 a { background-color: rgb(61,229,15); }

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

<style>
 span { border-color: #3de50f; }

 span { border-color: rgb(61,229,15); }

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