#3DF21A

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

Shades of Harlequin #3DF21A

Tints of Harlequin #3DF21A

Color information

#3DF21A (or 0x3DF21A) is unknown color: approx Harlequin. HEX triplet: 3D, F2 and 1A. RGB value is (61,242,26). Sum of RGB (Red+Green+Blue) = 61+242+26=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF21A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF21A is #C20DE5. Grayscale: #A3A3A3. Windows color (decimal): -12717542 or 1765949. OLE color: 1765949.

HSL color Cylindrical-coordinate representation of color #3DF21A: hue angle of 110.28º degrees, saturation: 0.89, 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 #3DF21A is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB6124226-
CMYK0.7500.890.05
HSL110.28º89.26%52.55%-
HSV(B)110.28º89.26%94.9%-
XYZ33.8664.5711.66-
YUV163.2650.5355.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.54%
GREEN value IS 242 (94.92% from 255) = 73.56%
BLUE value IS 26 (10.55% from 255) = 7.90%
R=18.54%
G=73.56%
B=7.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61242260.7500.890.05110.2889.2652.55
Hex3DF21A4B05956e5935
Octal75362321130131515613165
Binary111101111100101101010010110101100110111011101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,242,26); }

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

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

 a { background-color: rgb(61,242,26); }

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

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

 span { border-color: rgb(61,242,26); }

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