#3AFB19

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

Shades of Harlequin #3AFB19

Tints of Harlequin #3AFB19

Color information

#3AFB19 (or 0x3AFB19) is unknown color: approx Harlequin. HEX triplet: 3A, FB and 19. RGB value is (58,251,25). Sum of RGB (Red+Green+Blue) = 58+251+25=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 251 (98.44% from 255 or 75.15% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFB19 is #C504E6. Grayscale: #A8A8A8. Windows color (decimal): -12911847 or 1702714. OLE color: 1702714.

HSL color Cylindrical-coordinate representation of color #3AFB19: hue angle of 111.24º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AFB19 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB5825125-
CMYK0.7700.900.02
HSL111.24º96.58%54.12%-
HSV(B)111.24º90.04%98.43%-
XYZ36.4269.9612.5-
YUV167.5347.5649.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.37%
GREEN value IS 251 (98.44% from 255) = 75.15%
BLUE value IS 25 (10.16% from 255) = 7.49%
R=17.37%
G=75.15%
B=7.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal58251250.7700.900.02111.2496.5854.12
Hex3AFB194D05A26f6136
Octal72373311150132215714166
Binary11101011111011110011001101010110101011011111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFB19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,251,25); }

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

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

 a { background-color: rgb(58,251,25); }

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

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

 span { border-color: rgb(58,251,25); }

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