#3AFD2A

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

Shades of Harlequin #3AFD2A

Tints of Harlequin #3AFD2A

Color information

#3AFD2A (or 0x3AFD2A) is unknown color: approx Harlequin. HEX triplet: 3A, FD and 2A. RGB value is (58,253,42). Sum of RGB (Red+Green+Blue) = 58+253+42=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 253 (99.22% from 255 or 71.67% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFD2A is #C502D5. Grayscale: #ABABAB. Windows color (decimal): -12911318 or 2817338. OLE color: 2817338.

HSL color Cylindrical-coordinate representation of color #3AFD2A: hue angle of 115.45º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AFD2A is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB5825342-
CMYK0.7700.830.01
HSL115.45º98.14%57.84%-
HSV(B)115.45º83.4%99.22%-
XYZ37.2971.3213.99-
YUV170.6455.447.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.43%
GREEN value IS 253 (99.22% from 255) = 71.67%
BLUE value IS 42 (16.80% from 255) = 11.90%
R=16.43%
G=71.67%
B=11.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal58253420.7700.830.01115.4598.1457.84
Hex3AFD2A4D053173623a
Octal72375521150123116314272
Binary11101011111101101010100110101010011111100111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,253,42); }

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

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

 a { background-color: rgb(58,253,42); }

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

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

 span { border-color: rgb(58,253,42); }

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